This page compresses UTF-8 Strings using LZW for inclusion in JavaScript Source Code.You probably want to use a gzipped transport instead.
- Compress: Compress text
- Decompress: Decompress text
- Check: Check that Compress & Decompress returns the original text
- Compile: Compile text into JavaScript Code
- Compile TS: Compile text into TypeScript Code
- Eval: Check that executing compiled JavaScript code returns original text