barcode-detector
Version:
A Barcode Detection API polyfill that uses ZXing webassembly under the hood
7 lines (6 loc) • 365 B
JavaScript
import { a as e, i as t, n, o as r, r as i, s as a, t as o } from "./zxing-exported.js";
//#region src/polyfill.ts
var s;
(s = globalThis).BarcodeDetector != null || (s.BarcodeDetector = o);
//#endregion
export { a as ZXING_CPP_COMMIT, i as ZXING_WASM_SHA256, r as ZXING_WASM_VERSION, n as prepareZXingModule, t as purgeZXingModule, e as setZXingModuleOverrides };