feat(stage-web): load and save live2d model (#41)

* wip: ui

* wip: load local live2d zip

* feat(stage-web): save model to indexed db

* fix: apply suggestion

Co-authored-by: Neko <neko@ayaka.moe>

---------

Co-authored-by: Neko <neko@ayaka.moe>
This commit is contained in:
LemonNeko
2025-03-03 01:39:37 +08:00
committed by GitHub
co-authored by Neko
parent b6abd69a36
commit 0528239bfd
12 changed files with 400 additions and 88 deletions
+4 -1
View File
@@ -49,5 +49,8 @@
"yaml"
],
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.words": [
"localforage"
]
}