UNPKG

svelte-phaser

Version:

Create Phaser 3 games with Svelte 3

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