@anu3ev/fabric-image-editor 0.10.3 → 0.10.4

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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -3224,7 +3224,7 @@ function dn({ editor: e, tmpCanvas: t, left: n, top: r, width: i, height: a, con
3224
3224
  }), pn({
3225
3225
  editor: e,
3226
3226
  tmpCanvas: t
3227
- }), t.viewportTransform = [
3227
+ }), t.clipPath = void 0, t.viewportTransform = [
3228
3228
  1,
3229
3229
  0,
3230
3230
  0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anu3ev/fabric-image-editor",
3
- "version": "0.10.03",
3
+ "version": "0.10.04",
4
4
  "description": "TypeScript image editor library built on FabricJS, allowing you to create instances with an integrated montage area and providing an API to modify and manage state.",
5
5
  "module": "dist/main.js",
6
6
  "files": [