feat(tools): add eraser tool
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const availableToolIds = ["select", "crop", "brush", "pan"] as const;
|
||||
export const availableToolIds = ["select", "crop", "brush", "eraser", "pan"] as const;
|
||||
|
||||
export type ToolId = (typeof availableToolIds)[number];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user