URL-safe LZMA compression
npm install urlsafe-lzmaAn 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.