canvas-editor-engine 2.3.11 → 2.3.13

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 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2157,9 +2157,7 @@ var DrawAccumulator = function() {
2157
2157
  try {
2158
2158
  if (typeof (value === null || value === void 0 ? void 0 : value.object) !== "undefined") {
2159
2159
  target[name] = value.object;
2160
- console.log("Proxy set:", name);
2161
2160
  value.update();
2162
- console.log("UPDATE:", name);
2163
2161
  return true;
2164
2162
  } else {
2165
2163
  if (name != "length") {
@@ -2225,7 +2223,7 @@ var DrawAccumulator = function() {
2225
2223
  setTimeout((function() {
2226
2224
  _this.clearCanvas();
2227
2225
  _this.invokePaintersOnLayers();
2228
- }), 0);
2226
+ }), 1e3);
2229
2227
  };
2230
2228
  Object.defineProperty(DrawAccumulator.prototype, "gradient", {
2231
2229
  get: function() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "2.3.11",
3
+ "version": "2.3.13",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",