feat: initial app

This commit is contained in:
2026-05-10 03:06:54 +07:00
parent 23be44dbe0
commit d5b92cc9a4
95 changed files with 8104 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
export const AUTOSAVE_DELAY_MS = 1200;
export const CONTEXT_MENU_SIZE = {
width: 170,
height: 110,
viewportPadding: 8,
} as const;
export const CANVAS_HANDLE_BASE_SIZE = 12;
export const CANVAS_ROTATE_HANDLE_BASE_SIZE = 18;
export const MIN_LAYER_SIZE = 8;
export const DEFAULT_IMAGE_IMPORT = {
fallbackWidth: 200,
fallbackHeight: 150,
offsetX: 60,
offsetY: 60,
} as const;