#ngHuffman
AngularJS wrapper for the Huffman encoding technique.
#Installation:
npm install nghuffman
#Usage:
After installing add a reference to the js file in your index.html and then add ngHuffman as a dependency to your app.js. Now you can use the huff service for your needs. (Example app included).
#Thanks:
This is just an angularJS wrapper for the Javascript implementation made by wilkerlucio. All credits go to him.