@anu3ev/fabric-image-editor 0.7.9 → 0.7.11

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 (3) hide show
  1. package/dist/main.js +1258 -901
  2. package/package.json +1 -1
  3. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anu3ev/fabric-image-editor",
3
- "version": "0.7.9",
3
+ "version": "0.7.11",
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": [
package/readme.md CHANGED
@@ -493,7 +493,7 @@ editor.shapeManager.remove({ target: shape })
493
493
  - `setFill()`, `setStroke()`, and `setOpacity()` update the visual style of the outer shape node.
494
494
  - `getTextNode()` returns the inner `Textbox` so it can be inspected or passed into other APIs.
495
495
  - `updateTextStyle()` applies `TextManager`-style updates to the inner text and recalculates the group layout.
496
- - `setTextAlign()` changes horizontal and vertical alignment inside the shape bounds.
496
+ - `setTextAlign()` changes horizontal (`left`, `center`, `right`, `justify`) and vertical alignment inside the shape bounds.
497
497
  - `setRounding()` enables or updates corner rounding for roundable presets.
498
498
 
499
499
  #### Alignment & Guides