customized-fabric 1.7.3 → 1.7.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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",