feat(masks): add mask editing mode

This commit is contained in:
syntaxbullet
2026-07-03 18:07:04 +02:00
parent 4a21b28ed0
commit 15f3a934e0
13 changed files with 211 additions and 20 deletions

View File

@@ -13,6 +13,7 @@ export const initialEditorState: EditorState = {
},
tools: initialToolState,
transformSession: undefined,
maskEditLayerId: undefined,
};
export function createInitialAppState(name = "Untitled"): AppState {