feat: add chroma key tool and settings, including UI components and controls
This commit is contained in:
@@ -4,6 +4,8 @@ export function labelForTool(tool: ToolId): string {
|
||||
switch (tool) {
|
||||
case "brush":
|
||||
return "Brush";
|
||||
case "chromaKey":
|
||||
return "Chroma key";
|
||||
case "eraser":
|
||||
return "Eraser";
|
||||
case "pan":
|
||||
|
||||
Reference in New Issue
Block a user