5 lines
174 B
JavaScript
5 lines
174 B
JavaScript
import { BarcodeDetector } from './BarcodeDetector';
|
|
if (!('BarcodeDetector' in window)) {
|
|
window.BarcodeDetector = BarcodeDetector;
|
|
}
|
|
//# sourceMappingURL=browser.js.map
|