mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: bump max file size (#8220)
This commit is contained in:
parent
f5221d521b
commit
96eeec5119
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ export const DEFAULT_EXPORT_PADDING = 10; // px
|
|||
|
||||
export const DEFAULT_MAX_IMAGE_WIDTH_OR_HEIGHT = 1440;
|
||||
|
||||
export const MAX_ALLOWED_FILE_BYTES = 2 * 1024 * 1024;
|
||||
export const MAX_ALLOWED_FILE_BYTES = 4 * 1024 * 1024;
|
||||
|
||||
export const SVG_NS = "http://www.w3.org/2000/svg";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue