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.

4 lines (3 loc) 146 B
import { BitMatrix } from "../BitMatrix"; import { DecodedQR } from "./decodeData"; export declare function decode(matrix: BitMatrix): DecodedQR;