lunchpad
Version:
interface for the novation launchpad mini, for node and the browser
17 lines (14 loc) • 380 B
HTML
<html>
<head>
<title>Launchpad Mini</title>
<script src="https://unpkg.com/lunchpad"></script>
<script>
const { initialize, Color } = lunchpad;
const drawing = lunchpad.examples.drawing;
initialize().then(drawing);
</script>
</head>
<body>
<h1>happy launchpadding!</h1>
</body>
</html>