Huffman app to encode images.
To run the project, execute the commands:
npm install
npm start
inside the huffman directory.
You can upload a ppm image and visualize the huffman tree and download the json representation of the tree and the encoded image string.