0.1.0 • Published 6 years ago
piano-utils v0.1.0
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 test0.1.0
6 years ago