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

7 lines 187 B
export declare enum EnumResultType { RT_STANDARD_TEXT = 0, RT_RAW_TEXT = 1, RT_CANDIDATE_TEXT = 2, RT_PARTIAL_TEXT = 3 } //# sourceMappingURL=enumresulttype.d.ts.map