# lz11

> LZ11 decompression algorithm.

Latest version **1.0.3** (published 2023-03-31) · ISC license · 0 weekly downloads

## Install

```sh
npm install lz11
pnpm add lz11
yarn add lz11
bun add lz11
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2023-03-31 |
| First published | 2017-08-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | DanTheMan827 |
| Maintainers | dantheman827 |
| Keywords | lz11, decompression |

## Links

- npm: https://www.npmjs.com/package/lz11
- Repository: https://github.com/DanTheMan827/node-lz11
- Homepage: https://github.com/DanTheMan827/node-lz11#readme
- Issues: https://github.com/DanTheMan827/node-lz11/issues
- npm.io page: https://npm.io/package/lz11

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 1.0.3 (latest) — 2023-03-31
- 1.0.2 — 2017-08-17
- 1.0.1 — 2017-08-17
- 1.0.0 — 2017-08-17

## README

[![npm][npm]][npm-url]
[![deps][deps]][deps-url]

# lz11
Decompresses a LZ11 compressed buffer

# API
<a name="decompress"></a>

## decompress ⇒ <code>Promise.&lt;Buffer&gt;</code>
Decompresses a LZ11 compressed buffer

**Kind**: global variable  
**Returns**: <code>Promise.&lt;Buffer&gt;</code> - A promise that resolves to the decompressed data buffer  

| Param | Type | Description |
| --- | --- | --- |
| inputBuffer | <code>Buffer</code> | LZ11 compressed buffer |
| maxDecompressedSize | <code>Integer</code> | The maximum size for the output buffer |


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

[npm]: https://img.shields.io/npm/v/lz11.svg
[npm-url]: https://npmjs.com/package/lz11

[deps]: https://david-dm.org/dantheman827/lz11.svg
[deps-url]: https://david-dm.org/dantheman827/lz11

---
_Source: https://npm.io/package/lz11 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
