web 3d图形渲染器
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.

18 lines
625 B

  1. lz-string
  2. =========
  3. LZ-based compression algorithm for JavaScript
  4. ## Warning (migrating from version 1.3.4 - nov 2014)
  5. 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)
  6. Sorry about the mess in other repos. This will not happen again.
  7. ## Install via [npm](https://npmjs.org/)
  8. ```shell
  9. $ npm install -g lz-string
  10. $ lz-string input.js > output.txt
  11. ```
  12. ## Home page
  13. Home page for this program with examples, documentation and a live demo: http://pieroxy.net/blog/pages/lz-string/index.html