@anu3ev/fabric-image-editor 0.7.17 → 0.7.18
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
|
@@ -5377,7 +5377,7 @@ var pr = ({ group: e, shape: t, text: n, layout: r, alignH: i, scaleX: a, scaleY
|
|
|
5377
5377
|
finalWidth: D,
|
|
5378
5378
|
finalHeight: O
|
|
5379
5379
|
});
|
|
5380
|
-
r.shapeManualBaseWidth = k.width, r.shapeManualBaseHeight = k.height;
|
|
5380
|
+
r.shapeManualBaseWidth = k.width, r.shapeManualBaseHeight = k.height, _ && w && (r.shapeTextAutoExpand = !1);
|
|
5381
5381
|
let A = i?.baseRounding ?? Math.max(0, r.shapeRounding ?? 0);
|
|
5382
5382
|
r.shapeRounding = Math.max(0, A * Math.min(y, b));
|
|
5383
5383
|
let j = e._resolveUserPadding({ group: r }), M = e._resolveInternalShapeTextInset({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anu3ev/fabric-image-editor",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.18",
|
|
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": [
|