small tool to automatically merge data and portraits into one file

This commit is contained in:
2023-09-07 18:23:17 +02:00
parent ed7c9e66ec
commit 9feab73fd2
3 changed files with 131 additions and 25 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"build": "run-p type-check build-only && cp -r CNAME dist/CNAME",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
"type-check": "vue-tsc --noEmit",
"gen-character-data": "node characterDataGenerator.js"
},
"dependencies": {
"@vueuse/components": "^9.13.0",