mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: add support for regular polygon shape with customizable sides
This commit is contained in:
parent
2a0d15799c
commit
c8d38e87b0
24 changed files with 329 additions and 67 deletions
|
@ -432,12 +432,12 @@ export const TOOL_TYPE = {
|
|||
freedraw: "freedraw",
|
||||
text: "text",
|
||||
image: "image",
|
||||
regularPolygon: "regularPolygon",
|
||||
eraser: "eraser",
|
||||
hand: "hand",
|
||||
laser: "laser",
|
||||
frame: "frame",
|
||||
magicframe: "magicframe",
|
||||
embeddable: "embeddable",
|
||||
laser: "laser",
|
||||
} as const;
|
||||
|
||||
export const EDITOR_LS_KEYS = {
|
||||
|
@ -473,4 +473,4 @@ export enum UserIdleState {
|
|||
ACTIVE = "active",
|
||||
AWAY = "away",
|
||||
IDLE = "idle",
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue