From 73f1e1f9c4951780b08d166065ff2405fe79021b Mon Sep 17 00:00:00 2001 From: evie <50974538+mi2ebi@users.noreply.github.com> Date: Thu, 9 Apr 2026 09:24:35 -0700 Subject: [PATCH] add missing frames --- core/api.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/api.ts b/core/api.ts index e4fcfe8..38b19b1 100644 --- a/core/api.ts +++ b/core/api.ts @@ -30,6 +30,8 @@ const FRAMES = [ 'c c', 'c c c', '0', + '1x', + '2xx', 'c 0', 'c 1i', 'c 1x', @@ -41,7 +43,14 @@ const FRAMES = [ 'c c 1i', 'c c 1j', 'c c 1x', + 'c c 2ii', 'c c 2ij', + 'c c 2ix', + 'c c 2ji', + 'c c 2jj', + 'c c 2jx', + 'c c 2xi', + 'c c 2xj', 'c c 2xx', ];