UNPKG

@cascadiajs/discord-mirror

Version:

A web component for displaying current activity within a Discord Channel

22 lines (16 loc) 736 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-e25a9728.js'); /* Stencil Client Patch Esm v2.8.1 | MIT Licensed | https://stenciljs.com */ const patchEsm = () => { return index.promiseResolve(); }; const defineCustomElements = (win, options) => { if (typeof window === 'undefined') return Promise.resolve(); return patchEsm().then(() => { return index.bootstrapLazy([["discord-mirror_2.cjs",[[1,"discord-mirror",{"url":[1],"token":[1],"useStyles":[4,"use-styles"],"highlightTheme":[1,"highlight-theme"],"scrollToLatest":[32],"messages":[32],"loading":[32]}],[1,"loading-indicator"]]]], options); }); }; exports.defineCustomElements = defineCustomElements;