-
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-matomo.js 164 B
import * as commonUtils from '@dbp-toolkit/common/utils';
import {MatomoElement} from './matomo.js';
commonUtils.defineCustomElement('dbp-matomo', MatomoElement);