Irina Glushko 2389e7160b HW1 done | 3 éve | |
---|---|---|
.. | ||
bin | 3 éve | |
libs | 3 éve | |
reference | 3 éve | |
tests | 3 éve | |
typings | 3 éve | |
LICENSE.txt | 3 éve | |
README.md | 3 éve | |
bower.json | 3 éve | |
package.json | 3 éve |
LZ-based compression algorithm for JavaScript
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.
$ npm install -g lz-string
$ lz-string input.js > output.txt
Home page for this program with examples, documentation and a live demo: http://pieroxy.net/blog/pages/lz-string/index.html