feat: add magic wand tool with settings and controls, including UI integration and functionality
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Cursor, Eraser, Hand, PaintBrush, DropHalf } from "@phosphor-icons/react";
|
||||
import { Cursor, Eraser, Hand, PaintBrush, DropHalf, MagicWand } from "@phosphor-icons/react";
|
||||
import { commandIds } from "@commands/ids";
|
||||
import type { AppStore } from "@editor/store";
|
||||
import type { InteractionMode, ToolId } from "@editor/tools";
|
||||
@@ -47,6 +47,8 @@ function iconForTool(tool: ToolId) {
|
||||
return Eraser;
|
||||
case "chromaKey":
|
||||
return DropHalf;
|
||||
case "magicWand":
|
||||
return MagicWand;
|
||||
case "pan":
|
||||
return Hand;
|
||||
case "select":
|
||||
|
||||
Reference in New Issue
Block a user