ngx-image-drawing
ngx-image-drawing copied to clipboard
Multiple canvases on a single page
I am trying to load multiple canvases on a single page.
<image-drawing *ngFor="let url of urls" [src]="url" outputMimeType="'image/jpg'" (save)="save($event)" (cancel)="cancel()"> </image-drawing>
Only once canvas loads on a single page at the moment. Is there a way to get them to load simultaneously?