Closed saschanaz closed 1 year ago
HEIF/AVIF is not supported in v0.0.4. It should work just fine when v0.0.5 is released.
For my projects, I have manually compiled wasm-vips with HEIF support, so I can keep working while waiting for an official release. Feel free to copy the custom release from my repository: https://github.com/atjn/easy-web-app-builder/blob/cbdf3b27e45c56b66324fdb393f69558e07bb4ed/wasm-vips-0.0.4%2Bb24ca0b.tgz
You can install the zip file directly by running npm install wasm-vips-0.0.4+b24ca0b.tgz
, and you can even tell NPM to bundle this custom release with your project when you release new versions.
Awesome, thanks! I'll close this then 👍
v0.0.5 now available.
This fails on wasm-vips 0.0.4, perhaps some build flag is missing?