mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
export const PREVIEW_ZOOM_PRESETS = [25, 50, 75, 100, 150, 200];
|
|
|
|
export const PREVIEW_ZOOM = {
|
|
min: 0.25,
|
|
max: 16,
|
|
step: 1.25,
|
|
} as const;
|