mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: Track current version (#2731)
This commit is contained in:
parent
3a130cb102
commit
001880ba88
4 changed files with 44 additions and 13 deletions
|
@ -70,6 +70,7 @@ export const DEFAULT_FONT_SIZE = 20;
|
|||
export const DEFAULT_FONT_FAMILY: FontFamily = 1;
|
||||
export const DEFAULT_TEXT_ALIGN = "left";
|
||||
export const DEFAULT_VERTICAL_ALIGN = "top";
|
||||
export const DEFAULT_VERSION = "{version}";
|
||||
|
||||
export const CANVAS_ONLY_ACTIONS = ["selectAll"];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue