@excalidraw/excalidraw 0.18.0-39ce38a0d → 0.18.0-39ce38a0d-200a6bd94
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-65CT75SH.js → chunk-GZYPVQVV.js} +3 -3
- package/dist/dev/{chunk-65CT75SH.js.map → chunk-GZYPVQVV.js.map} +2 -2
- package/dist/dev/{chunk-CP5DND7P.js → chunk-Y7B3JU7D.js} +2 -2
- package/dist/dev/{chunk-CP5DND7P.js.map → chunk-Y7B3JU7D.js.map} +1 -1
- package/dist/dev/data/{image-G3ZXYWE6.js → image-V3RGFWEQ.js} +3 -3
- package/dist/dev/index.js +4 -5
- package/dist/dev/index.js.map +2 -2
- package/dist/dev/subset-shared.chunk.js +1 -1
- package/dist/dev/subset-worker.chunk.js +1 -1
- package/dist/prod/{chunk-A66AFZZU.js → chunk-ATYYHCCY.js} +1 -1
- package/dist/prod/{chunk-YZO7PSYQ.js → chunk-QH2XZQ34.js} +2 -2
- package/dist/prod/data/image-4FTETSFG.js +1 -0
- package/dist/prod/index.js +2 -2
- package/dist/prod/subset-shared.chunk.js +1 -1
- package/dist/prod/subset-worker.chunk.js +1 -1
- package/dist/types/excalidraw/data/reconcile.d.ts +1 -0
- package/package.json +4 -4
- package/dist/prod/data/image-53OPA26C.js +0 -1
- /package/dist/dev/data/{image-G3ZXYWE6.js.map → image-V3RGFWEQ.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
define_import_meta_env_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-Y7B3JU7D.js";
|
|
4
4
|
import {
|
|
5
5
|
__publicField
|
|
6
6
|
} from "./chunk-XDFCUUT6.js";
|
|
@@ -5215,7 +5215,7 @@ var parseFileContents = async (blob) => {
|
|
|
5215
5215
|
let contents;
|
|
5216
5216
|
if (blob.type === MIME_TYPES6.png) {
|
|
5217
5217
|
try {
|
|
5218
|
-
return await (await import("./data/image-
|
|
5218
|
+
return await (await import("./data/image-V3RGFWEQ.js")).decodePngMetadata(blob);
|
|
5219
5219
|
} catch (error) {
|
|
5220
5220
|
if (error.message === "INVALID") {
|
|
5221
5221
|
throw new ImageSceneDataError(
|
|
@@ -5665,4 +5665,4 @@ export {
|
|
|
5665
5665
|
createFile,
|
|
5666
5666
|
normalizeFile
|
|
5667
5667
|
};
|
|
5668
|
-
//# sourceMappingURL=chunk-
|
|
5668
|
+
//# sourceMappingURL=chunk-GZYPVQVV.js.map
|