Externalize emblem rendering

This commit is contained in:
Blipz 2026-03-07 10:59:33 +01:00
parent 634c7dba4b
commit ac187b2bbc
362 changed files with 185 additions and 16170 deletions

View file

@ -16,6 +16,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"postinstall": "symlink-dir ../node_modules/armoria/charges public/charges",
"preview": "vite preview",
"test": "vitest",
"test:browser": "vitest --config=vitest.browser.config.ts",
@ -33,12 +34,14 @@
"@vitest/browser": "^4.0.18",
"@vitest/browser-playwright": "^4.0.18",
"playwright": "^1.57.0",
"symlink-dir": "^9.0.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},
"dependencies": {
"alea": "^1.0.1",
"armoria": "file:../armoria/dist",
"d3": "^7.9.0",
"delaunator": "^5.0.1",
"polylabel": "^2.0.1"