@cascadiajs/discord-mirror
Version:
A web component for displaying current activity within a Discord Channel
20 lines (16 loc) • 861 B
JavaScript
;
const index = require('./index-e25a9728.js');
/*
Stencil Client Patch Browser v2.8.1 | MIT Licensed | https://stenciljs.com
*/
const patchBrowser = () => {
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('discord-mirror.cjs.js', document.baseURI).href));
const opts = {};
if (importMeta !== '') {
opts.resourcesUrl = new URL('.', importMeta).href;
}
return index.promiseResolve(opts);
};
patchBrowser().then(options => {
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);
});