canvas-editor-engine 2.1.19 → 2.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1954,7 +1954,7 @@ var DrawService = function() {
1954
1954
  };
1955
1955
  DrawService.prototype.updateImageStateAfterVague = function(data) {
1956
1956
  var imageData = data.imageData, position = data.position, size = data.size, quality = data.quality;
1957
- console.log("this.appStoreRepository.store.imageState", this.appStoreRepository.store.imageState);
1957
+ console.log("this", this);
1958
1958
  this.appStoreRepository.store.imageState.reduce({
1959
1959
  tempImageData: imageData,
1960
1960
  position,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "2.1.19",
3
+ "version": "2.1.21",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",