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

11 lines 342 B
export declare enum EnumBarcodeColourMode { BICM_DARK_ON_LIGHT = 1, BICM_LIGHT_ON_DARK = 2, BICM_DARK_ON_DARK = 4, BICM_LIGHT_ON_LIGHT = 8, BICM_DARK_LIGHT_MIXED = 16, BICM_DARK_ON_LIGHT_DARK_SURROUNDING = 32, BICM_SKIP = 0, BICM_REV = 2147483648 } //# sourceMappingURL=enumbarcodecolourmode.d.ts.map