adding initial world map frontend

This commit is contained in:
itsamejms
2026-07-13 10:50:55 +01:00
parent a6171a8158
commit 82f2dcf3df
7 changed files with 448 additions and 62 deletions
+5
View File
@@ -0,0 +1,5 @@
// ponytail: runnable self-check for the world-map layout math. Not part of
// the app build (scripts/ is outside tsconfig.app's include). Run with:
// node scripts/check-worldmap.ts
import { demo } from "../src/lib/worldMap.ts";
demo();