|
1 |
| -# js-lempel-ziv |
2 |
| -Lempel-Ziv lossless data compression algorithms for JavaScript |
| 1 | +[@aureooms/js-lempel-ziv](https://aureooms.github.io/js-lempel-ziv) |
| 2 | +== |
| 3 | + |
| 4 | +Lempel-Ziv lossless data compression algorithms for JavaScript. |
| 5 | +See [docs](https://aureooms.github.io/js-lempel-ziv/index.html). |
| 6 | + |
| 7 | +> :warning: The code requires `regeneratorRuntime` to be defined, for instance by importing |
| 8 | +> [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime). |
| 9 | +
|
| 10 | +[](https://raw.githubusercontent.com/aureooms/js-lempel-ziv/master/LICENSE) |
| 11 | +[](https://www.npmjs.org/package/@aureooms/js-lempel-ziv) |
| 12 | +[](https://travis-ci.org/aureooms/js-lempel-ziv/branches) |
| 13 | +[](https://david-dm.org/aureooms/js-lempel-ziv) |
| 14 | +[](https://david-dm.org/aureooms/js-lempel-ziv?type=dev) |
| 15 | +[](https://github.com/aureooms/js-lempel-ziv/issues) |
| 16 | +[](https://www.npmjs.org/package/@aureooms/js-lempel-ziv) |
| 17 | + |
| 18 | +[](https://codeclimate.com/github/aureooms/js-lempel-ziv/issues) |
| 19 | +[](https://codeclimate.com/github/aureooms/js-lempel-ziv/trends/churn) |
| 20 | +[](https://codecov.io/gh/aureooms/js-lempel-ziv) |
| 21 | +<!--[](https://coveralls.io/r/aureooms/js-lempel-ziv)--> |
| 22 | +<!--[](https://codeclimate.com/github/aureooms/js-lempel-ziv/trends/test_coverage_new_code)--> |
| 23 | +[](https://codeclimate.com/github/aureooms/js-lempel-ziv/trends/technical_debt) |
| 24 | +[](https://aureooms.github.io/js-lempel-ziv/source.html) |
| 25 | +[](https://bundlephobia.com/result?p=@aureooms/js-lempel-ziv) |
0 commit comments