0.0.4 • Published 2 years ago
svelte-simple-gamepad v0.0.4
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 -- --openEverything 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 packageTo create a production version of showcase app:
npm run buildYou can preview the production build with npm run preview.
Contributing
Any contributions to this project are welcomed.