@fraczled/sdk 1.10.0 → 1.11.0
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.
|
@@ -10594,7 +10594,7 @@ endobj\r
|
|
|
10594
10594
|
var u = d.getContext("2d");
|
|
10595
10595
|
u.fillStyle = "#fff", u.fillRect(0, 0, d.width, d.height);
|
|
10596
10596
|
var p = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, y = this;
|
|
10597
|
-
return (Xt.canvg ? Promise.resolve(Xt.canvg) : import("./index.es-
|
|
10597
|
+
return (Xt.canvg ? Promise.resolve(Xt.canvg) : import("./index.es-CdUnXv5S.js")).catch(function(N) {
|
|
10598
10598
|
return Promise.reject(new Error("Could not load canvg: " + N));
|
|
10599
10599
|
}).then(function(N) {
|
|
10600
10600
|
return N.default ? N.default : N;
|
|
@@ -22995,6 +22995,7 @@ const vc = () => Math.random().toString(36).substring(2, 9), Vv = ({ apiKey: t,
|
|
|
22995
22995
|
[Et.TEMPLATES]: "templates",
|
|
22996
22996
|
[Et.DESIGN]: "design",
|
|
22997
22997
|
[Et.ELEMENTS]: "elements",
|
|
22998
|
+
[Et.DRAW]: "draw",
|
|
22998
22999
|
[Et.TEXT]: "text",
|
|
22999
23000
|
[Et.IMAGES]: "images",
|
|
23000
23001
|
[Et.BRAND]: "brand",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fraczled/sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "Fraczled Design Studio SDK - Embed a powerful design editor in your application",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "vite build --config ../vite.sdk.config.ts && vite build --config ../vite.sdk.umd.config.ts",
|