launchpad-mini
JavaScript library for interacting with the Novation’s midi board LAUNCHPAD MINI.
lunchpad
interface for the novation launchpad mini, for node and the browser
launchpad-mini-browser
This is a browser port from https://www.npmjs.com/package/launchpad-mini
Usage is the same, but no disconnect function.
```
const pad = new Launchpad();
await pad.connect();
```
You may have to allow the webpage to access midi-devices.