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.

8 lines (7 loc) 208 B
type $$ComponentProps = { useEmoji?: boolean; images?: string[]; }; declare const Snap: import("svelte").Component<$$ComponentProps, {}, "">; type Snap = ReturnType<typeof Snap>; export default Snap;