canvas-editor-engine 2.3.34 → 2.3.35

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2615,6 +2615,7 @@ var DrawAccumulatorService = function() {
2615
2615
  object: painter,
2616
2616
  update: this.update.bind(this)
2617
2617
  });
2618
+ console.log(this.painters);
2618
2619
  this.drawLayersService.addToLayer(layerId, painter);
2619
2620
  this.invokePainter(drawType, painter.drawService);
2620
2621
  return [ 2 ];
@@ -2625,6 +2626,7 @@ var DrawAccumulatorService = function() {
2625
2626
  return __awaiter(this, void 0, void 0, (function() {
2626
2627
  var painterIndex;
2627
2628
  return __generator(this, (function(_a) {
2629
+ console.log(this.painters);
2628
2630
  painterIndex = this.painters.findIndex((function(painter) {
2629
2631
  return painter.id === painterId;
2630
2632
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "2.3.34",
3
+ "version": "2.3.35",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",