UNPKG

image-in-browser

Version:

Package for encoding / decoding images, transforming images, applying filters, drawing primitives on images on the client side (no need for server Node.js)

7 lines (6 loc) 126 B
/** @format */ /** * Abstract class representing a node in a Huffman Tree. */ export declare abstract class HuffmanNode { }