image-decode
image-decode copied to clipboard
Support for image format WebP
Thanks for this cool tool!
Any chance to have WebP in future?
I was looking for that too. There seems to be no synchronous webp implementation for browser, and for node it uses binaries. Do you have any idea in this regard?
Not sure if that sync limitation is reasonable, considering await
.
Converting lib into async would enable more formats and make it non-blocking.
I think many people would love to have access to codecs from squoosh
But it might be tricky to integrate and I am sure you have already looked into squoosh.
https://github.com/dy/image-encode/issues/1 😆