@cascadiajs/discord-mirror
Version:
A web component for displaying current activity within a Discord Channel
18 lines (15 loc) • 670 B
JavaScript
import { p as promiseResolve, b as bootstrapLazy } from './index-6a03c1fe.js';
/*
Stencil Client Patch Browser v2.8.1 | MIT Licensed | https://stenciljs.com
*/
const patchBrowser = () => {
const importMeta = import.meta.url;
const opts = {};
if (importMeta !== '') {
opts.resourcesUrl = new URL('.', importMeta).href;
}
return promiseResolve(opts);
};
patchBrowser().then(options => {
return bootstrapLazy([["discord-mirror_2",[[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);
});