feat: add magic wand tool with settings and controls, including UI integration and functionality
This commit is contained in:
@@ -6,6 +6,8 @@ export function labelForTool(tool: ToolId): string {
|
||||
return "Brush";
|
||||
case "chromaKey":
|
||||
return "Chroma key";
|
||||
case "magicWand":
|
||||
return "Magic wand";
|
||||
case "eraser":
|
||||
return "Eraser";
|
||||
case "pan":
|
||||
|
||||
Reference in New Issue
Block a user