@planbgmbh/flinkey-web-components
Version:
This project provides some Web Components built for usage in combination with the flinkey API.
18 lines (15 loc) • 564 B
JavaScript
import { p as promiseResolve, b as bootstrapLazy } from './index-7680a876.js';
/*
Stencil Client Patch Browser v2.13.0 | 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([["flinkey-keyfob-catalog",[[1,"flinkey-keyfob-catalog",{"brands":[32],"keys":[32],"dropdownOpen":[32]}]]]], options);
});