mirror of
http://10.0.2.1:3031/sauer/claude-code.git
synced 2026-06-30 12:46:58 +10: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
|