mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-18 13:23:33 +08:00
3 lines
107 B
TypeScript
3 lines
107 B
TypeScript
// Shared frame interval for render throttling and animations (~60fps)
|
|
export const FRAME_INTERVAL_MS = 16
|