UNPKG

zbar.wasm

Version:

A wasm build of C/C++ Zbar barcode scanning library.

3 lines (2 loc) 132 B
import ZBarInstance from './ZBarInstance'; export declare const loadWasmInstance: (importObj: any) => Promise<ZBarInstance | null>;