canvas-editor-engine 1.0.43 → 1.0.45

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ class DrawService {
12
12
  }
13
13
  static drawSmoothImage(useStore, options, filterOptions) {
14
14
  const filterArgs = DrawService.getFilterArgs(useStore, options);
15
- this.scImage.draw(options).then(() => this.scImage.vague(filterArgs, filterOptions));
15
+ this.scImage.vague(filterArgs, filterOptions);
16
16
  }
17
17
  static getFilterArgs(useStore, options) {
18
18
  let filterArgs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.43",
3
+ "version": "1.0.45",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",