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)?
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)?