Time slots app prototype
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Marek Piasecki 06fbe82dce npx imba create (Vite) 2 years ago
..
bin npx imba create (Vite) 2 years ago
libs npx imba create (Vite) 2 years ago
reference npx imba create (Vite) 2 years ago
tests npx imba create (Vite) 2 years ago
typings npx imba create (Vite) 2 years ago
LICENSE.txt npx imba create (Vite) 2 years ago
README.md npx imba create (Vite) 2 years ago
bower.json npx imba create (Vite) 2 years ago
package.json npx imba create (Vite) 2 years ago

README.md

lz-string

LZ-based compression algorithm for JavaScript

Warning (migrating from version 1.3.4 - nov 2014)

Files have changed locations and name since a recent release. The new release file is in libs/lz-string.min.js (or in libs/lz-string.js if you don't care for the minified version)

Sorry about the mess in other repos. This will not happen again.

Install via npm

$ npm install -g lz-string
$ lz-string input.js > output.txt

Home page

Home page for this program with examples, documentation and a live demo: http://pieroxy.net/blog/pages/lz-string/index.html