JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 20292388
  • Score
    100M100P100Q229755F
  • License WTFPL

LZ-based compression algorithm

Package Exports

  • lz-string
  • lz-string/libs/lz-string
  • lz-string/libs/lz-string.min.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lz-string) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

lz-string

LZ-based compression algorithm for JavaScript

Warning

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