Urara-Blog/node_modules/.pnpm-store/v3/files/de/b8f69ab6c4598d1d59470bbf28b354c927e16d77b686fd70d2c3ca6c074327f221effdb68f987070bc162d7e3f5c8cccf4cee3b887d38fa5c655fa5691b0d4
2022-08-14 01:14:53 +08:00

18 lines
625 B
Text

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](https://npmjs.org/)
```shell
$ 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