feat: updated music and background handling to support _form_x type background

This commit is contained in:
Haoyu Xu
2025-10-05 20:26:10 +08:00
parent 49a49e5210
commit 33c7553506
8 changed files with 39 additions and 32 deletions

View File

@@ -7,8 +7,7 @@
"dependencies": {
"sharp": "^0.34.4",
"@aklive2d/libs": "workspace:*",
"@aklive2d/config": "workspace:*",
"@aklive2d/music": "workspace:*"
"@aklive2d/config": "workspace:*"
},
"peerDependencies": {
"typescript": ">=5.9.3"
@@ -19,4 +18,4 @@
"lint:fix": "biome check --write .",
"build:cleanup": "rm -rf ./dist ./data"
}
}
}