feat: add magic wand tool with settings and controls, including UI integration and functionality

This commit is contained in:
syntaxbullet
2026-07-04 11:49:35 +02:00
parent 6b6c2ebb80
commit af50a165da
19 changed files with 382 additions and 18 deletions

View File

@@ -11,6 +11,9 @@ const shortcuts: Shortcut[] = [
{ keys: ["B"], label: "Brush" },
{ keys: ["E"], label: "Eraser" },
{ keys: ["K"], label: "Chroma key" },
{ keys: ["W"], label: "Magic wand" },
{ keys: ["⇧", "Click"], label: "Wand add" },
{ keys: ["Alt", "Click"], label: "Wand subtract" },
{ keys: ["P"], label: "Pan" },
{ keys: ["Space"], label: "Hold to pan" },
{ keys: ["L"], label: "Layers" },