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.

8 lines 183 B
export interface IBoundingBoxRawValue { x: number; y: number; width: number; height: number; rawValue: string; } //# sourceMappingURL=IBoundingBoxRawValue.d.ts.map