UNPKG

vue-qr-test

Version:

The Vue 2.x component of Awesome-qr.js

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