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