urlsafe-lzma
v1.0.4
Published
URL-safe LZMA compression
Downloads
34
Maintainers
Readme
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.