customized-fabric 1.7.3 → 1.7.4

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.
@@ -125,6 +125,7 @@ const ImagePlaceholderClass = fabric_1.fabric.util.createClass(fabric_1.fabric.G
125
125
  top: this.top,
126
126
  left: this.left,
127
127
  clipPath: mask,
128
+ angle: this.angle,
128
129
  });
129
130
  const canvas = this?.canvas;
130
131
  canvas?.remove(this.uploadedImage);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "customized-fabric",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "Customized fabric",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",