AngularJS service for text compression / decompression using LZW algorithm

Helps to save space in localStorage, sessionStorage, cookies etc.

View on GitHub
Tweet

Performance Examples

{{c.title}} x{{c.amount}} Example: {{c.example}}

{{c.text.length}}
Original size:
{{c.compressed.length}}
Compressed size:
{{(100 * (1 - c.compressed.length / c.text.length)).toFixed(1)}}%
Savings: