@anu3ev/fabric-image-editor 0.6.1 → 0.6.2

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 +3 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -4089,8 +4089,9 @@ class ws {
4089
4089
  importOptions: e = {}
4090
4090
  }) {
4091
4091
  var r;
4092
- const s = It(F({}, e), {
4093
- source: t,
4092
+ const s = It(F({
4093
+ source: t
4094
+ }, e), {
4094
4095
  fromClipboard: !0
4095
4096
  }), o = yield this.editor.imageManager.importImage(s), i = o == null ? void 0 : o.image, a = (r = o == null ? void 0 : o.source) != null ? r : t;
4096
4097
  i && this.editor.canvas.fire("editor:object-pasted", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anu3ev/fabric-image-editor",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "JavaScript image editor 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": [