[][src]Function blurhash_wasm::decode

pub fn decode(
    blur_hash: &str,
    width: usize,
    height: usize
) -> Result<Vec<u8>, Error>