UNPKG

jsqr

Version:

A pure javascript QR code reading library that takes in raw images and will locate, extract and parse any QR code found within.

2 lines (1 loc) 82 B
export declare function decode(bytes: number[], twoS: number): Uint8ClampedArray;