UNPKG

@qlexqndru/react-qr-scanner

Version:

A library to scan QR codes in React. Fork of yudielcurbelo/react-qr-scanner

3 lines 191 B
import { IDetectedBarcode } from './index'; export type TrackFunction = (detectedCodes: IDetectedBarcode[], ctx: CanvasRenderingContext2D) => void; //# sourceMappingURL=TrackFunction.d.ts.map