@ion-phaser/core
Version:
A web component to integrate Phaser Framework with Angular, React, Vue, etc
18 lines (15 loc) • 560 B
JavaScript
import { p as promiseResolve, b as bootstrapLazy } from './index-53dab568.js';
/*
Stencil Client Patch Browser v2.4.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([["ion-phaser",[[0,"ion-phaser",{"game":[1040],"initialize":[4],"getInstance":[64],"destroy":[64]}]]]], options);
});