@ion-phaser/core
Version:
A web component to integrate Phaser Framework with Angular, React, Vue, etc
18 lines (14 loc) • 542 B
JavaScript
import { p as promiseResolve, b as bootstrapLazy } from './index-53dab568.js';
/*
Stencil Client Patch Esm v2.4.0 | MIT Licensed | https://stenciljs.com
*/
const patchEsm = () => {
return promiseResolve();
};
const defineCustomElements = (win, options) => {
if (typeof window === 'undefined') return Promise.resolve();
return patchEsm().then(() => {
return bootstrapLazy([["ion-phaser",[[0,"ion-phaser",{"game":[1040],"initialize":[4],"getInstance":[64],"destroy":[64]}]]]], options);
});
};
export { defineCustomElements };