mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-26 03:37:01 +02:00
Add free draw mode (#1570)
This commit is contained in:
@@ -50,7 +50,7 @@ export type ExcalidrawTextElement = _ExcalidrawElementBase &
|
||||
|
||||
export type ExcalidrawLinearElement = _ExcalidrawElementBase &
|
||||
Readonly<{
|
||||
type: "arrow" | "line";
|
||||
type: "arrow" | "line" | "draw";
|
||||
points: Point[];
|
||||
lastCommittedPoint?: Point | null;
|
||||
}>;
|
||||
|
Reference in New Issue
Block a user