UNPKG

awesome-qr

Version:

An awesome but simple QR code generator written in JavaScript.

9 lines (8 loc) 266 B
export = 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; }