0.2.0 • Published 7 years ago

huffman.js v0.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

huffman.js

npm version build status npm downloads

install

$ npm i -S huffman.js

Usage

import compress, { deCompress } from 'huffman.js';

const result = compress(cipher, 2);

// cipher is printable
console.log(result.cipher, result.keys);

const cipher = deCompress(result);

License

MIT

Copyright (c) 2015-2016 Recharts Group

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago