piano-utils
v0.1.0
Published
A set of functional utilities to help you build piano UI components in javascript. Extracted from [react-piano](https://github.com/kevinsqi/react-piano).
Downloads
5
Readme
piano-utils
A set of functional utilities to help you build piano UI components in javascript. Extracted from react-piano.
Usage
Install with npm/yarn:
yarn add piano-utils
Use it with:
import { MidiNumbers, KeyboardShortcuts } from 'piano-utils';
Developing
This library was built with tsdx.
Make changes and keep typescript compiling with:
yarn start
Run tests with:
yarn test