NeuQuant.d.ts 272 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 export default NeuQuant; declare function NeuQuant(pixels: any, samplefac: any): void; declare class NeuQuant { constructor(pixels: any, samplefac: any); buildColormap: () => void; getColormap: () => any[]; lookupRGB: (b: any, g: any, r: any) => number; }