solid-pianoroll
v0.0.28
Published
Pianoroll UI Control for Solid JS apps
Downloads
15
Readme
solid-pianoroll
Pianoroll UI Control for Solid JS apps
Quick start
Install it:
npm i solid-pianoroll
# or
yarn add solid-pianoroll
# or
pnpm add solid-pianoroll
Use it:
Interactive PianoRoll
import { PianoRoll } from "solid-pianoroll";
<PianoRoll
...
/>