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 254 B
import { IBoundingBox, IPoint } from './index'; export interface IAdjustedBarcode { boundingBox: IBoundingBox; cornerPoints: IPoint[]; format: string; rawValue: string; colour: string; } //# sourceMappingURL=IAdjustedBarcodes.d.ts.map