RubyGems
npm
Organizations
Log in
Sign up
npm
canvas-editor-engine
Versions diffs
1.0.19 → 1.0.20
canvas-editor-engine 1.0.19 → 1.0.20
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/dist/components/excretions.component.js
+1
-0
package/package.json
+1
-1
package/dist/components/excretions.component.js
CHANGED
Viewed
@@ -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
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "canvas-editor-engine",
3
-
"version": "1.0.
19
",
3
+
"version": "1.0.
20
",
4
4
"description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
"main": "dist/index.js",
6
6
"types": "dist/index.d.ts",