UNPKG

sixel

Version:

Sixel image format for node and browser.

6 lines (5 loc) 153 B
interface IQuantizer { getKDtree(data: Uint8Array | Uint8ClampedArray, colors: number): any; } export declare const quantize: IQuantizer; export {};