samizdatco / skia-canvas

A GPU-accelerated 2D graphics environment for Node.js
MIT License
1.67k stars 63 forks source link

Support WEBP formats #117

Open n3oney opened 1 year ago

n3oney commented 1 year ago

In PR 417, webp support was added to rust-skia, hidden behind feature flags. Currently, when using loadImage on a webp image, I get a Could not decode image data error.
Could webp support be added to this library, or am I missing some way to load webp images?
Thank you.