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

5 lines 159 B
import { DSImage } from "./dsimage"; export interface ImageSource { getImage(): Promise<DSImage> | DSImage; } //# sourceMappingURL=imagesource.d.ts.map