mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
const
This commit is contained in:
parent
eef9662195
commit
22c57c8f4a
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ export const ELEMENT_SHIFT_TRANSLATE_AMOUNT = 5;
|
|||
export const ELEMENT_TRANSLATE_AMOUNT = 1;
|
||||
export const TEXT_TO_CENTER_SNAP_THRESHOLD = 30;
|
||||
export const SHIFT_LOCKING_ANGLE = Math.PI / 12;
|
||||
export const NETWORK_SPEED_THRESHOLD = 5000;
|
||||
export const NETWORK_SPEED_TIMEOUT_MS = 5000;
|
||||
|
||||
export const CURSOR_TYPE = {
|
||||
TEXT: "text",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue