![]() |
Infohub JS API
|
Provides compression and decompression helpers.
Static Public Member Functions | |
| static | compress (input, { level=6 }={}) |
| static | decompress (input, { toString=false }={}) |
|
static |
Compress anything.
Object { filename: data, ... } → ZIP archive, returns Uint8Array
| {(string|Uint8Array|Object.<string,(string|Uint8Array)>)} | input |
| {{ | level: number }} [options] |
|
static |
Decompress anything.
| {Uint8Array} | input |
| {{ | toString: boolean }} options |