UNPKG

@leelexuan/react-qr-scanner

Version:

An enhanced React library for QR code scanning with API interaction capabilities and support for mouse-click detection on bounding boxes.

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