UNPKG

@qlexqndru/react-qr-scanner

Version:

A library to scan QR codes in React. Fork of yudielcurbelo/react-qr-scanner

8 lines 233 B
import { IBoundingBox, IPoint } from './index'; export interface IDetectedBarcode { boundingBox: IBoundingBox; cornerPoints: IPoint[]; format: string; rawValue: string; } //# sourceMappingURL=IDetectedBarcode.d.ts.map