UNPKG

svelte-phaser

Version:

Create Phaser 3 games with Svelte 3

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