feat: implement chroma key operation and related keybinds, update workspace panel management
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
export const availableToolIds = ["select", "generate", "brush", "eraser", "chromaKey", "magicWand", "pan"] as const;
|
||||
export const availableToolIds = ["select", "brush", "eraser", "magicWand", "pan"] as const;
|
||||
|
||||
export const availableOperationIds = ["generate", "chromaKey"] as const;
|
||||
|
||||
export type ToolId = (typeof availableToolIds)[number];
|
||||
export type OperationId = (typeof availableOperationIds)[number];
|
||||
|
||||
export type InteractionMode =
|
||||
| { type: "tool"; tool: ToolId }
|
||||
|
||||
Reference in New Issue
Block a user