angular-lz-string

Angular wrapper for lz-string, an LZ-based compression algorithm

Usage no npm install needed!

<script type="module">
  import angularLzString from 'https://cdn.skypack.dev/angular-lz-string';
</script>

README

angular-lz-string Build Status

Angular wrapper for lz-string module, original here: http://pieroxy.net/blog/pages/lz-string/index.html

Install via bower

$ bower install angular-lz-string

Install via npm

$ npm install angular-lz-string

Include angular-lz-string.js in your app, add lz-string to your app’s dependencies. The LZString variable can then be injected as needed.

Home page

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