hggeorgiev / ngx-image-editor

Awesome image editor for Angular 6
MIT License
72 stars 36 forks source link

Cannot saveImage in Edge browser #22

Open Lusinia opened 5 years ago

Lusinia commented 5 years ago

Currently I cannot save image in Microsoft edge browser. I see message in console: Function expected at NgxImageEditorComponent.prototype.saveImage. I think It's because edge doesn't support File constructor. Can you add some optional parameter for saveImage method and emit new Blob (not new File)?