wasm_avif 0.7.0

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),
}