Anand Chowdhary

Results 218 comments of Anand Chowdhary

This mainly has to do with our dependency for cropping, which returns PNGs. I think I can convert it post-result, let me see what I can do. 😄

Thanks! Your contributions have been invaluable! You've found so many bugs, I'm happy to have you on the front page. :)

@saqueib I'll have to look into this, can you perhaps create an example on CodeSandbox or JSFiddle to reproduce it? The graininess of photos typically depends on your webcam quality...

If you want to use it for compression instead of our default helper, you can use the `compressor` property: https://uppload.js.org/compression#image-compression. If you want to use it as a custom Effect...

Thanks for opening this issue, @nicholasgriffinVF! I kind-of made a compromise which I think I should rethink now. Essentially what's happening here is that the proxy we're using to download...

As it turns out, version 5 of [weserv/images](https://github.com/weserv/images) does support animated WebP and GIF images. All we need to do it edit the canvas logic a bit and we should...

> Also, not sure if the params.uppload.file.type is a thing I’m not looking at the code, but if I remember correctly, it’s not a thing. file is where we keep...

Thanks for opening this issue, @metalgigio! I'll have a look and the problem. Maybe it's because of the direct browser usage (because it uses the global `window` object), or maybe...

I can't believe that tiny mistake was causing this huge problem! ^.^ Fixed in 8936cc0. Big thanks!