customized-fabric 1.4.1 → 1.4.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -39,6 +39,6 @@ export default class ImagePlaceholder extends fabric.Group {
|
|
39
39
|
loadCustomizedImage?: (image: IImageOptions) => Promise<void>;
|
40
40
|
setImageType?: (type: ImageFilterType) => void;
|
41
41
|
setImageColor?: (color: string) => void;
|
42
|
-
applyImageFilters?: (image: fabric.Image) => void;
|
42
|
+
applyImageFilters?: (image: fabric.Image | undefined) => void;
|
43
43
|
constructor(options?: IImagePlaceholderOptions);
|
44
44
|
}
|