rfc7541-huffman

1.0.0 • Public • Published

rfc7541-huffman

A huffman algorithm implementation, according to the rfc7541.

Usage

import huffman from 'rfc7541-huffman';

huffman.encode('Hello World'); // <Buffer c6 5a 28 3a 9c 8f 65 12 7f>

huffman.decode(new Buffer([ 0xc6, 0x5a, 0x28, 0x3a, 0x9c, 0x8f, 0x65, 0x12, 0x7f ])); // Hello World

Readme

Keywords

none

Package Sidebar

Install

npm i rfc7541-huffman

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • yanagieiichi