@anu3ev/fabric-image-editor 0.9.6 → 0.9.7
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -2346,7 +2346,7 @@ var tt = class e extends l {
|
|
|
2346
2346
|
let { action: t, corner: n } = e;
|
|
2347
2347
|
return typeof t == "string" && (t.includes("scale") || t.includes("resiz")) ? !0 : n === "tl" || n === "tr" || n === "br" || n === "bl" || n === "ml" || n === "mr" || n === "mt" || n === "mb";
|
|
2348
2348
|
}
|
|
2349
|
-
}, ft = 36, pt = 14, mt =
|
|
2349
|
+
}, ft = 36, pt = 14, mt = 4, ht = 5, gt = 40, _t = class e {
|
|
2350
2350
|
constructor({ editor: t }) {
|
|
2351
2351
|
this.state = e._createEmptyState(), this.dragState = null, this._handleCameraStateChanged = () => {
|
|
2352
2352
|
this.update();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anu3ev/fabric-image-editor",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.7",
|
|
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": [
|