bergben / ng2-img-max

Angular 2 module to resize images down to a certain width and height or to reduce the quality to fit a certain maximal filesize - all in the browser.
MIT License
83 stars 46 forks source link

fix IE10 support by upgrading exifr #48

Closed MikeKovarik closed 4 years ago

MikeKovarik commented 4 years ago

Hello. I didn't notice that these modules support IE10 and in the last PR I used exifr's default build instead of legacy build which includes necessary shims for running in IE10. This helps with the comment under https://github.com/bergben/ng2-img-max/pull/46