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
38
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-utilsUse it with:
import { MidiNumbers, KeyboardShortcuts } from 'piano-utils';Developing
This library was built with tsdx.
Make changes and keep typescript compiling with:
yarn startRun tests with:
yarn test