1.0.4 • Published 3 years ago

urlsafe-lzma v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Url-safe LZMA

An npm package for this gist by loilo.

This Gist provides JavaScript functions to compress a string for usage in URLs using a very space-efficient but comparatively slow algorithm. It's great for sharing larger amounts of data as part of a URL.

I've added Typescript typings myself.