Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 2.62 KB

README.md

File metadata and controls

30 lines (24 loc) · 2.62 KB

Lempel-Ziv lossless data compression algorithms for JavaScript. See docs.

⚠️ Depending on your environment, the code may require regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

import {lz78} from '@compression-algorithm/lempel-ziv' ;
const {dict, encode, decode} = lz78;

[...decode(dict(), encode(dict(), 'abcd'))].join(''); // abcd

License Version Tests Dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size