@excalidraw/excalidraw 0.18.0-d92384b77-d92384b77 → 0.18.0-d92384b77
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/dist/dev/{chunk-D6FZ2QKH.js → chunk-2WJ6ZIOM.js} +3 -3
- package/dist/dev/chunk-2WJ6ZIOM.js.map +7 -0
- package/dist/dev/data/{image-PQVEVNUE.js → image-5A2WZFQE.js} +2 -2
- package/dist/dev/index.js +2 -2
- package/dist/prod/{chunk-A5WEXD6I.js → chunk-FAPGHFL5.js} +2 -2
- package/dist/prod/data/{image-IAWDXAVE.js → image-WPUB6BDO.js} +1 -1
- package/dist/prod/index.js +2 -2
- package/package.json +1 -1
- package/dist/dev/chunk-D6FZ2QKH.js.map +0 -7
- /package/dist/dev/data/{image-PQVEVNUE.js.map → image-5A2WZFQE.js.map} +0 -0
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
decodePngMetadata,
|
|
3
3
|
encodePngMetadata,
|
|
4
4
|
getTEXtChunk
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-2WJ6ZIOM.js";
|
|
6
6
|
import "../chunk-TLD3FD3P.js";
|
|
7
7
|
import "../chunk-XDFCUUT6.js";
|
|
8
8
|
export {
|
|
@@ -10,4 +10,4 @@ export {
|
|
|
10
10
|
encodePngMetadata,
|
|
11
11
|
getTEXtChunk
|
|
12
12
|
};
|
|
13
|
-
//# sourceMappingURL=image-
|
|
13
|
+
//# sourceMappingURL=image-5A2WZFQE.js.map
|
package/dist/dev/index.js
CHANGED
|
@@ -618,7 +618,7 @@ import {
|
|
|
618
618
|
wrapText,
|
|
619
619
|
youtubeIcon,
|
|
620
620
|
zoomAreaIcon
|
|
621
|
-
} from "./chunk-
|
|
621
|
+
} from "./chunk-2WJ6ZIOM.js";
|
|
622
622
|
import {
|
|
623
623
|
define_import_meta_env_default
|
|
624
624
|
} from "./chunk-TLD3FD3P.js";
|
|
@@ -6478,7 +6478,7 @@ var exportCanvas = async (type, elements, appState, files, {
|
|
|
6478
6478
|
let blob = canvasToBlob(tempCanvas);
|
|
6479
6479
|
if (appState.exportEmbedScene) {
|
|
6480
6480
|
blob = blob.then(
|
|
6481
|
-
(blob2) => import("./data/image-
|
|
6481
|
+
(blob2) => import("./data/image-5A2WZFQE.js").then(
|
|
6482
6482
|
({ encodePngMetadata }) => encodePngMetadata({
|
|
6483
6483
|
blob: blob2,
|
|
6484
6484
|
metadata: serializeAsJSON(elements, appState, files, "local")
|