canvas-editor-engine 1.0.19 → 1.0.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -217,6 +217,7 @@ ExcretionsComponent.css = `
217
217
  border-radius: 4px;
218
218
  width: 30px;
219
219
  height: 30px;
220
+ cursor: pointer;
220
221
  }
221
222
 
222
223
  .crop-button--view {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.19",
3
+ "version": "1.0.21",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",