UNPKG

@digital-blueprint/esign-app

Version:

[GitHub Repository](https://github.com/digital-blueprint/esign-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/esign-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/esign-app/) | [Esign Bundle](https://gitlab.tugraz.

10 lines (8 loc) 446 B
import '@webcomponents/scoped-custom-element-registry'; import {AppShell} from '@dbp-toolkit/app-shell'; import * as commonUtils from '@dbp-toolkit/common/utils'; import {Translated} from '@dbp-toolkit/common/src/translated'; import {Logo} from '@tugraz/web-components'; commonUtils.defineCustomElement('dbp-signature', AppShell); commonUtils.defineCustomElement('dbp-translated', Translated); commonUtils.defineCustomElement('tug-logo', Logo);