1.0.3 • Published 1 year ago

lz11 v1.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
1 year ago

npm deps

lz11

Decompresses a LZ11 compressed buffer

API

decompress ⇒ Promise.<Buffer>

Decompresses a LZ11 compressed buffer

Kind: global variable
Returns: Promise.<Buffer> - A promise that resolves to the decompressed data buffer

ParamTypeDescription
inputBufferBufferLZ11 compressed buffer
maxDecompressedSizeIntegerThe maximum size for the output buffer

Credit

Based on the work by mtheall located at https://github.com/mtheall/decompress/