customized-fabric 1.4.4 → 1.4.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -151,6 +151,8 @@ const ImagePlaceholderClass = fabric_1.fabric.util.createClass(fabric_1.fabric.G
151
151
  skewX,
152
152
  skewY,
153
153
  opacity,
154
+ type: this.imageType ?? "",
155
+ color: this.imageColor ?? "",
154
156
  };
155
157
  }
156
158
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "customized-fabric",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "Customized fabric",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",