zucc

Zstandard compression bindings for Node.js

Usage no npm install needed!

<script type="module">
  import zucc from 'https://cdn.skypack.dev/zucc';
</script>

README

zucc

Zstandard compression bindings for Node.js

const { DecompressStream } = require('zucc');

const stream = new DecompressStream();
const ab = stream.decompress(uint8ArrayOfCompressedData);