UNPKG

svelte-phaser

Version:

Create Phaser 3 games with Svelte 3

5 lines 159 B
import { getContext } from 'svelte'; export function getGameObject() { return getContext('phaser/game-object'); } //# sourceMappingURL=getGameObject.js.map