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.

7 lines 145 B
export interface IBoundingBox { x: number; y: number; width: number; height: number; } //# sourceMappingURL=IBoundingBox.d.ts.map