Mawi137 / ngx-image-cropper

An image cropper for Angular
MIT License
786 stars 210 forks source link

crop() should be a Promise #606

Closed rbalet closed 10 months ago

rbalet commented 11 months ago

using the crop() method, I do see that this does return a promise

ToDo

Mawi137 commented 10 months ago

It depends on what the output type is: https://github.com/Mawi137/ngx-image-cropper/blob/ab3ab64439202696354b5bf876f2d22ebd59a0ff/projects/ngx-image-cropper/src/lib/component/image-cropper.component.ts#L582

rbalet commented 10 months ago

@Mawi137 Thx Mawi137. Closing the issue