JSPM

@kalkih/lz-string

1.4.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q71848F
  • License MIT

LZ-based compression algorithm

Package Exports

  • @kalkih/lz-string

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 (@kalkih/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

@kalkih/lz-string

LZ-based compression algorithm for JavaScript.

ES6 fork of pieroxy´s popular lz-string lib.

Example

$ npm install --save @kalkih/lz-string
import { compress, decompress } from '@kalkih/lz-string'

const compressed = compress(data)