initial commit

This commit is contained in:
x1xhlol
2026-04-01 14:19:22 +02:00
Unverified
commit 420d4155ec
1903 changed files with 513237 additions and 0 deletions

2
src/ink/constants.ts Normal file
View File

@@ -0,0 +1,2 @@
// Shared frame interval for render throttling and animations (~60fps)
export const FRAME_INTERVAL_MS = 16