@itk-wasm/compress-stringify

Zstandard compression and decompression and base64 encoding and decoding in WebAssembly.

👨‍💻 Live API Demo ✨



compressStringify parseStringDecompress Given a binary, compress and optionally base64 encode.



stringify - Stringify the output



Load sample inputs Run

Download

Given a binary or string produced with compress-stringify, decompress and optionally base64 decode.



parseString - Parse the input string before decompression


Load sample inputs Run

Download