-
Reiter, Christoph authored
Add a scope so we don't have to care about naming conflicts and set the verison to 0.1.0 since we don't have a stable API yet.
Reiter, Christoph authoredAdd a scope so we don't have to care about naming conflicts and set the verison to 0.1.0 since we don't have a stable API yet.
dbp-qr-code-scanner.js 182 B
import * as commonUtils from '@dbp-toolkit/common/utils';
import {QrCodeScanner} from './qr-code-scanner.js';
commonUtils.defineCustomElement('dbp-qr-code-scanner', QrCodeScanner);