canvas-editor-engine 1.0.29 → 1.0.31

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,7 @@ class ToolLayer {
7
7
  static getLayerIndex(layerName) {
8
8
  const layer = config_1.default.LAYERS.find((layer) => layer.name === layerName);
9
9
  const zIndex = ToolLayer.multiplier * layer.index;
10
+ console.log(layerName, zIndex);
10
11
  return zIndex;
11
12
  }
12
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.29",
3
+ "version": "1.0.31",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",