@ion-phaser/core
Version:
A web component to integrate Phaser Framework with Angular, React, Vue, etc
22 lines (16 loc) • 624 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-ebae1fe0.js');
/*
Stencil Client Patch Esm v2.4.0 | MIT Licensed | https://stenciljs.com
*/
const patchEsm = () => {
return index.promiseResolve();
};
const defineCustomElements = (win, options) => {
if (typeof window === 'undefined') return Promise.resolve();
return patchEsm().then(() => {
return index.bootstrapLazy([["ion-phaser.cjs",[[0,"ion-phaser",{"game":[1040],"initialize":[4],"getInstance":[64],"destroy":[64]}]]]], options);
});
};
exports.defineCustomElements = defineCustomElements;