feat: added bouncing to MP3 feature

This commit is contained in:
Xiaohan-Tian
2026-04-11 12:30:15 -07:00
parent d4864426e3
commit d16553e659
5 changed files with 123 additions and 6 deletions
+7
View File
@@ -8,6 +8,7 @@
"name": "K.G.Studio",
"version": "0.9.0-build.20260406",
"dependencies": {
"@breezystack/lamejs": "^1.2.7",
"class-transformer": "^0.5.1",
"idb": "^8.0.3",
"jszip": "^3.10.1",
@@ -391,6 +392,12 @@
"node": ">=18"
}
},
"node_modules/@breezystack/lamejs": {
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/@breezystack/lamejs/-/lamejs-1.2.7.tgz",
"integrity": "sha512-6wc7ck65ctA75Hq7FYHTtTvGnYs6msgdxiSUICQ+A01nVOWg6rqouZB8IdyteRlfpYYiFovkf67dIeOgWIUzTA==",
"license": "LGPL-3.0"
},
"node_modules/@colors/colors": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",