UNPKG

svelte-games

Version:

**Small, interactive games designed for loading or wait screens.** Easily import these lightweight, customizable game components into your Svelte projects to keep users entertained during downtime.

4 lines (3 loc) 161 B
declare const Platformer: import("svelte").Component<Record<string, never>, {}, "">; type Platformer = ReturnType<typeof Platformer>; export default Platformer;