DanielEberl
DanielEberl
I have deleted the Import of BrowserAnimationsModule in ngx-image-editor/esm2015/ngx-image-editor.js and ngx-image-editor/esm5/ngx-image-editor.js aswell as the reference and it works all fine. Why is it imported here anyway?
onFileAdded(event){ const angularCropper = this.angularCropper; const input = event.target; if (input.files && input.files[0]) { const reader = new FileReader(); reader.onload = function (e) { **angularCropper.cropper.destroy(); angularCropper.imageUrl = e.target.result;** }; reader.readAsDataURL(input.files[0]);...
And by the way, thank you for this library. Maybe my post seemed a bit harsh, sorry for that. And thank you for your quick response!
Hey, what is going on with the 58 open pull requests? I can definetly help maintaining this package if you need help. I can take my time since we rely...