Vendor namelayer emoji font

Keep the NameLayer emoji atlas generation deterministic by loading Twemoji COLR from resources/fonts instead of resolving it through the twemoji-colr-font npm package.

The font file and its OFL license are now checked in next to the other namelayer font assets. This removes the deprecated package dependency while preserving the current Twemoji output until the project chooses a final emoji font/set.
This commit is contained in:
scamiv
2026-05-09 16:28:54 +02:00
parent 199ef64a19
commit 9998e462ed
5 changed files with 139 additions and 20 deletions
-1
View File
@@ -73,7 +73,6 @@
"skia-canvas": "^3.0.8",
"tailwindcss": "^4.2.4",
"tsconfig-paths": "^4.2.0",
"twemoji-colr-font": "^15.0.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.1",
"vite": "^8.0.10",