From 23ede0fcfa3f0635d92bab1ae3e92ba16d92ffb0 Mon Sep 17 00:00:00 2001 From: Nikhil Solanki Date: Sun, 11 Jan 2026 21:50:42 +0530 Subject: [PATCH] Update GIF export options to remove 10 FPS and small size Removed 10 FPS from valid GIF frame rates and the 'small' size preset from GIF export options. Updated UI grid layouts and tests to reflect these changes for consistency. --- src/components/video-editor/SettingsPanel.tsx | 4 ++-- src/lib/exporter/types.test.ts | 4 ++-- src/lib/exporter/types.ts | 8 +++----- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/components/video-editor/SettingsPanel.tsx b/src/components/video-editor/SettingsPanel.tsx index 2557c03..8dfd52a 100644 --- a/src/components/video-editor/SettingsPanel.tsx +++ b/src/components/video-editor/SettingsPanel.tsx @@ -649,7 +649,7 @@ export function SettingsPanel({ {/* Frame Rate */}
Frame Rate
-
+
{GIF_FRAME_RATES.map((rate) => (