canvas-editor-engine 1.0.39 → 1.0.40

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,6 +25,7 @@ class CropService {
25
25
  width: options.width,
26
26
  height: options.height,
27
27
  };
28
+ console.log('AppStore.store', store_1.default.store);
28
29
  }
29
30
  static viewCropButton() {
30
31
  const cropButtons = excretions_component_1.default.excretionWrap.querySelectorAll('.crop-button');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",