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

10 lines 302 B
export declare enum EnumRegionPredetectionMode { RPM_AUTO = 1, RPM_GENERAL = 2, RPM_GENERAL_RGB_CONTRAST = 4, RPM_GENERAL_GRAY_CONTRAST = 8, RPM_GENERAL_HSV_CONTRAST = 16, RPM_SKIP = 0, RPM_REV = 2147483648 } //# sourceMappingURL=enumregionpredetectionmode.d.ts.map