@myoc/excalidraw 0.18.190-rc.2 → 0.18.190-rc.3
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-64Z6535D.js → chunk-C5ELN7RO.js} +5 -4
- package/dist/dev/{chunk-64Z6535D.js.map → chunk-C5ELN7RO.js.map} +2 -2
- package/dist/dev/{chunk-DQMGF36S.js → chunk-Q4PVQC7A.js} +2 -2
- package/dist/dev/data/{image-X2TPUJLM.js → image-6MDSKFEU.js} +3 -3
- package/dist/dev/index.js +3 -3
- package/dist/dev/subset-shared.chunk.js +1 -1
- package/dist/dev/subset-worker.chunk.js +1 -1
- package/dist/prod/{chunk-MDN46SFJ.js → chunk-JNBYU64W.js} +3 -3
- package/dist/prod/{chunk-ATWPSNDF.js → chunk-OQF3LCSC.js} +1 -1
- package/dist/prod/data/image-CG7A2GLP.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/package.json +1 -1
- package/dist/prod/data/image-HDR6Q54U.js +0 -1
- /package/dist/dev/{chunk-DQMGF36S.js.map → chunk-Q4PVQC7A.js.map} +0 -0
- /package/dist/dev/data/{image-X2TPUJLM.js.map → image-6MDSKFEU.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
define_import_meta_env_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-Q4PVQC7A.js";
|
|
4
4
|
import {
|
|
5
5
|
__publicField
|
|
6
6
|
} from "./chunk-XDFCUUT6.js";
|
|
@@ -13626,7 +13626,8 @@ var Scene = class {
|
|
|
13626
13626
|
triggerUpdate() {
|
|
13627
13627
|
this.sceneNonce = randomInteger();
|
|
13628
13628
|
for (const callback of Array.from(this.callbacks)) {
|
|
13629
|
-
console.log("callback", callback);
|
|
13629
|
+
console.log("callback", callback.toString());
|
|
13630
|
+
debugger;
|
|
13630
13631
|
callback();
|
|
13631
13632
|
}
|
|
13632
13633
|
}
|
|
@@ -23014,7 +23015,7 @@ var parseFileContents = async (blob) => {
|
|
|
23014
23015
|
let contents;
|
|
23015
23016
|
if (blob.type === MIME_TYPES.png) {
|
|
23016
23017
|
try {
|
|
23017
|
-
return await (await import("./data/image-
|
|
23018
|
+
return await (await import("./data/image-6MDSKFEU.js")).decodePngMetadata(blob);
|
|
23018
23019
|
} catch (error) {
|
|
23019
23020
|
if (error.message === "INVALID") {
|
|
23020
23021
|
throw new ImageSceneDataError(
|
|
@@ -23870,4 +23871,4 @@ export {
|
|
|
23870
23871
|
createFile,
|
|
23871
23872
|
normalizeFile
|
|
23872
23873
|
};
|
|
23873
|
-
//# sourceMappingURL=chunk-
|
|
23874
|
+
//# sourceMappingURL=chunk-C5ELN7RO.js.map
|