fris-fruitig / react-firebase-file-uploader

An image uploader for react that uploads images to your firebase storage
https://npm.im/react-firebase-file-uploader
166 stars 45 forks source link

Image scaling using maxWidth & maxHeight is rasterizing images crazily #35

Open hastedev opened 5 years ago

hastedev commented 5 years ago

First off, absolutely loving this, one of the best firebase + react combinations I have used so far.

However, the compression/resizing of utilizing maxWidth & maxHeight seems to be either rasterizing the image like crazy or losing solid amount of quality which makes images appear extremely bad.

I will do some digging into this myself as well.

Thanks!