ngx-image-drawing icon indicating copy to clipboard operation
ngx-image-drawing copied to clipboard

Multiple canvases on a single page

Open venomoustoad opened this issue 5 years ago • 0 comments

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?

venomoustoad avatar Jan 30 '20 15:01 venomoustoad