UNPKG

dynamsoft-javascript-barcode

Version:

Dynamsoft Barcode Reader JS is a recognition SDK which enables you to embed barcode reading functionality in your web, desktop, and mobile applications. With a few lines of JavaScript code, you can develop a robust application to scan a linear barcode, QR

8 lines 219 B
export interface Region { regionBottom: number; regionRight: number; regionLeft: number; regionTop: number; regionMeasuredByPercentage: number | boolean; } //# sourceMappingURL=region.d.ts.map