ngx-easy-image-drawing 0.0.14 → 0.0.15

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,6 +50,7 @@ export class AppModule {}
50
50
 
51
51
  ## Example
52
52
 
53
+ app.component.ts
53
54
  ```typescript
54
55
  import { Component } from "@angular/core";
55
56
  import { RouterOutlet } from "@angular/router";
@@ -89,7 +90,7 @@ export class AppComponent {
89
90
  }
90
91
  }
91
92
  ```
92
-
93
+ app.component.html
93
94
  ```html
94
95
  <!-- input image -->
95
96
  <input type="file" (change)="onFileChange($event)" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-easy-image-drawing",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.1.0",
6
6
  "@angular/core": "^18.1.0",