0.0.4 • Published 8 months ago

svelte-simple-gamepad v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

svelte-simple-gamepad

A simple gamepad library for svelte.

Developing

Install dependencies with npm install (or pnpm install or yarn) and start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Everything inside src/lib is part of this library, everything inside src/routes is used as a preview app.

Building

To build this library:

npm run package

To create a production version of showcase app:

npm run build

You can preview the production build with npm run preview.

Contributing

Any contributions to this project are welcomed.

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago