feat(tools): add eraser tool

This commit is contained in:
syntaxbullet
2026-07-03 17:39:00 +02:00
parent 9fc0c18114
commit c13a6f5917
5 changed files with 14 additions and 5 deletions

View File

@@ -6,6 +6,8 @@ export function labelForTool(tool: ToolId): string {
return "Crop";
case "brush":
return "Brush";
case "eraser":
return "Eraser";
case "pan":
return "Pan";
case "select":