@anu3ev/fabric-image-editor 0.7.8 → 0.7.10
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 +689 -689
- package/package.json +1 -1
- package/readme.md +1 -2
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.10",
|
|
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
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
# Fabric Image Editor
|
|
2
2
|
|
|
3
|
-
[](https://github.com/Anu3ev/image-editor/actions/workflows/test.yml)
|
|
4
3
|
[](https://github.com/Anu3ev/image-editor/actions/workflows/test.yml)
|
|
5
4
|
|
|
6
5
|
A modern, powerful browser-based image editor built with [FabricJS](https://fabricjs.com/) and TypeScript. This library provides a complete image editing solution with professional features for web applications.
|
|
@@ -494,7 +493,7 @@ editor.shapeManager.remove({ target: shape })
|
|
|
494
493
|
- `setFill()`, `setStroke()`, and `setOpacity()` update the visual style of the outer shape node.
|
|
495
494
|
- `getTextNode()` returns the inner `Textbox` so it can be inspected or passed into other APIs.
|
|
496
495
|
- `updateTextStyle()` applies `TextManager`-style updates to the inner text and recalculates the group layout.
|
|
497
|
-
- `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.
|
|
498
497
|
- `setRounding()` enables or updates corner rounding for roundable presets.
|
|
499
498
|
|
|
500
499
|
#### Alignment & Guides
|