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;
|