Add free draw mode (#1570)
This commit is contained in:
@ -7,6 +7,7 @@ const toolMap = {
|
||||
ellipse: "ellipse",
|
||||
arrow: "arrow",
|
||||
line: "line",
|
||||
draw: "draw",
|
||||
};
|
||||
|
||||
export type ToolName = keyof typeof toolMap;
|
||||
|
Reference in New Issue
Block a user