@zsviczian/excalidraw 0.17.1-obsidian-54 → 0.17.1-obsidian-55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -216,7 +216,7 @@ export declare const LIBRARY_SIDEBAR_WIDTH: number;
|
|
|
216
216
|
export declare const MAX_DECIMALS_FOR_SVG_EXPORT = 2;
|
|
217
217
|
export declare const EXPORT_SCALES: number[];
|
|
218
218
|
export declare const DEFAULT_EXPORT_PADDING = 10;
|
|
219
|
-
export declare const DEFAULT_MAX_IMAGE_WIDTH_OR_HEIGHT =
|
|
219
|
+
export declare const DEFAULT_MAX_IMAGE_WIDTH_OR_HEIGHT = 2880;
|
|
220
220
|
export declare const MAX_ALLOWED_FILE_BYTES: number;
|
|
221
221
|
export declare const SVG_NS = "http://www.w3.org/2000/svg";
|
|
222
222
|
export declare const ENCRYPTION_KEY_BITS = 128;
|