mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00: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
|