vue-qr-test
Version:
The Vue 2.x component of Awesome-qr.js
12 lines (11 loc) • 349 B
TypeScript
export function parseGIF(arrayBuffer: any): any;
export function decompressFrame(frame: any, gct: any, buildImagePatch: any): {
pixels: any[];
dims: {
top: any;
left: any;
width: any;
height: any;
};
} | undefined;
export function decompressFrames(parsedGif: any, buildImagePatches: any): any;