ericnograles / browser-image-resizer

A tiny browser-based library to downscale and/or resize images using canvas
MIT License
98 stars 42 forks source link

Reject promise if FileReader or image element encounter error #29

Closed jasonkit closed 2 years ago

jasonkit commented 4 years ago

This PR is for addressing #28.

ericnograles commented 3 years ago

Thanks for the contribution @jasonkit -- I did a recent refactor which also addresses this -- if you have a chance, can you re-test with v2.2.0 and lmk if it behaves as expected? Thanks!

jasonkit commented 3 years ago

@ericnograles reviewed, I think it should be fine now.