customized-fabric 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,6 +23,8 @@ export default class ImagePlaceholder extends fabric.Group {
23
23
  isAdditional?: boolean;
24
24
  imageColor?: string;
25
25
  imageType?: string;
26
+ imageObject?: fabric.Image;
27
+ uploadedImage?: fabric.Image;
26
28
  getSettings?: (attribute: string) => any;
27
29
  setSizes?: (options: {
28
30
  width?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "customized-fabric",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Customized fabric",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",