Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 696 Bytes

File metadata and controls

13 lines (8 loc) · 696 Bytes

JSSC — JavaScript String Compressor

JSSC (JavaScript String Compressor) is an open-source, lossless string compression algorithm designed specifically for JavaScript.

It operates directly on JavaScript strings (UTF-16) and produces compressed data that is also a valid JavaScript string.

JSSC is distributed as a UMD module and can be used in browsers, Node.js, Deno, and other JavaScript environments.

Banner


Note

This is the website repository - the source code of the website and documentation. The main repository with JSSC source code is: https://github.com/JustDeveloper1/JSSC