Skip to content
forked from pieroxy/lz-string

LZ-based compression algorithm for JavaScript

License

Notifications You must be signed in to change notification settings

kalkih/lz-string

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

@kalkih/lz-string

LZ-based compression algorithm for JavaScript.

ES6 fork of pieroxy´s popular lz-string lib.

Example

$ npm install --save @kalkih/lz-string
import { compress, decompress } from '@kalkih/lz-string'

const compressed = compress(data)

About

LZ-based compression algorithm for JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%