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.

9 lines 284 B
import { IAdjustedBarcode } from '../types'; export declare function boundingBox(detectedCodes: IAdjustedBarcode[], ctx: CanvasRenderingContext2D): { x: number; y: number; width: number; height: number; rawValue: string; }[]; //# sourceMappingURL=overlays.d.ts.map