6 lines
240 B
TypeScript
6 lines
240 B
TypeScript
// 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();
|