@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.
@@ -2,7 +2,7 @@ import {
2
2
  decodePngMetadata,
3
3
  encodePngMetadata,
4
4
  getTEXtChunk
5
- } from "../chunk-D6FZ2QKH.js";
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-PQVEVNUE.js.map
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-D6FZ2QKH.js";
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-PQVEVNUE.js").then(
6481
+ (blob2) => import("./data/image-5A2WZFQE.js").then(
6482
6482
  ({ encodePngMetadata }) => encodePngMetadata({
6483
6483
  blob: blob2,
6484
6484
  metadata: serializeAsJSON(elements, appState, files, "local")