A normal fishing game "demo" using Svelte.
This package is intended to be consumed by other Svelte/SvelteKit projects.
npm install
dependenciesnpm run dev
in a terminal and visit the provided URLnpm install
dependenciesnpm link
to use this package across your local npm installationimport { Game } from 'fishing'
<!-- somewhere in your markup -->
<Game/>