UNPKG

svelte-phaser

Version:

Create Phaser 3 games with Svelte 3

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