LZ-based compression algorithm
npm install @kalkih/lz-string
LZ-based compression algorithm for JavaScript.
ES6 fork of pieroxy´s popular lz-string lib.
shell$ npm install --save @kalkih/lz-string
jsimport { compress, decompress } from '@kalkih/lz-string'const compressed = compress(data)
const compressed = compress(data)