floydpink/lzwCompress.js

Compress for an URL?

Closed this issue · 0 comments

A feature request.

I'd like to compress my JS code state to be stored in an URL.

I would like lzwCompress to use only characters that are allowed in an URL in the result, so it would not need to be encoded.

Is it possible?