@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
|
@@ -4975,7 +4975,7 @@ var _ExcalidrawFontFace = class _ExcalidrawFontFace {
|
|
|
4975
4975
|
return result;
|
|
4976
4976
|
}
|
|
4977
4977
|
};
|
|
4978
|
-
__publicField(_ExcalidrawFontFace, "ASSETS_FALLBACK_URL", `https://esm.sh/${define_import_meta_env_default.VITE_PKG_NAME ? `${define_import_meta_env_default.VITE_PKG_NAME}@${define_import_meta_env_default.
|
|
4978
|
+
__publicField(_ExcalidrawFontFace, "ASSETS_FALLBACK_URL", `https://esm.sh/${define_import_meta_env_default.VITE_PKG_NAME ? `${define_import_meta_env_default.VITE_PKG_NAME}@${define_import_meta_env_default.VITE_PKG_VERSION}` : "@excalidraw/excalidraw"}/dist/prod/`);
|
|
4979
4979
|
var ExcalidrawFontFace = _ExcalidrawFontFace;
|
|
4980
4980
|
|
|
4981
4981
|
// fonts/Cascadia/CascadiaCode-Regular.woff2
|
|
@@ -24557,7 +24557,7 @@ var parseFileContents = async (blob) => {
|
|
|
24557
24557
|
let contents;
|
|
24558
24558
|
if (blob.type === MIME_TYPES.png) {
|
|
24559
24559
|
try {
|
|
24560
|
-
return await (await import("./data/image-
|
|
24560
|
+
return await (await import("./data/image-5A2WZFQE.js")).decodePngMetadata(blob);
|
|
24561
24561
|
} catch (error) {
|
|
24562
24562
|
if (error.message === "INVALID") {
|
|
24563
24563
|
throw new ImageSceneDataError(
|
|
@@ -25631,4 +25631,4 @@ export {
|
|
|
25631
25631
|
getNormalizedZoom,
|
|
25632
25632
|
getNormalizedGridStep
|
|
25633
25633
|
};
|
|
25634
|
-
//# sourceMappingURL=chunk-
|
|
25634
|
+
//# sourceMappingURL=chunk-2WJ6ZIOM.js.map
|