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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "customized-fabric",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "description": "Customized fabric",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",