UNPKG

zxing-wasm

Version:

ZXing-C++ WebAssembly as an ES/CJS module with types

8 lines (7 loc) 209 B
/** * This type is intended to be used with the esbuild file loader for wasm files * * see https://esbuild.github.io/content-types/#file */ declare const wasmFilePath: string; export default wasmFilePath;