UNPKG

zxing-wasm

Version:

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

6 lines (4 loc) 181 B
type _ImageData = typeof globalThis extends { ImageData: unknown } ? {} : { data: Uint8ClampedArray; width: number; height: number }; interface ImageData extends _ImageData {}