update at 2026-02-07 11:14:09

This commit is contained in:
douboer
2026-02-07 11:14:09 +08:00
parent 2d18aa5137
commit 591bd9ba05
67 changed files with 4885 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "font2svg",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "cd frontend && pnpm run dev",
"build": "cd frontend && pnpm run build",
"preview": "cd frontend && pnpm run preview",
"prepare-fonts": "python3 scripts/generate-font-list.py && python3 scripts/copy-fonts.py"
}
}