From aa5f6ec0be3889ba2f4e2e5684ed0f08ad32c44a Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:38 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9D=A3=EF=B8=8F=20constants.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ink/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ink/constants.ts b/src/ink/constants.ts index bff7331..011999f 100644 --- a/src/ink/constants.ts +++ b/src/ink/constants.ts @@ -1,2 +1,3 @@ // Shared frame interval for render throttling and animations (~60fps) export const FRAME_INTERVAL_MS = 16 +