UNPKG

@zxing/library

Version:

TypeScript port of ZXing multi-format 1D/2D barcode image processing library.

5 lines (4 loc) 128 B
/** * HTML elements that can be decoded. */ export declare type HTMLVisualMediaElement = HTMLVideoElement | HTMLImageElement;