ngx-easy-image-drawing 0.0.18 → 0.0.19

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/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## ngx-easy-image-drawing
2
2
 
3
+ ```markdown
4
+ ![Image description](https://github.com/PsySanchez/ngx-easy-image-drawing/blob/master/chess.png)
5
+ ```
3
6
  Angular library for easy image drawing on a canvas
4
7
 
5
8
  This library provides a simple and efficient way to allow users to draw on images within your Angular applications.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-easy-image-drawing",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "author": "Alex Voronin <alex.varonin@gmail.com>",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {