wasm_avif 0.6.1

esm modules for avif image compression, with sync and async (worker) versions
Documentation
1
2
3
4
5
6
#[derive(Debug)]
pub enum Error {
    TooFewPixels,
    Unsupported(&'static str),
    Encoding(String),
}