1.0.0 • Published 9 years ago

react-bpm v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

react-bpm

/*
 * USAGE:
 *
 *   <BPMTap onChange={func: called on bpm update}
 *           bpm={int: initial bpm(optional) Default 120}
 *           keyTrigger={string: key to trigger tick event (optional) Default '<space>'}
 *           width={int or string: canvas width(optional)}
 *           height={int or string: canvas height(optional)} />
 *
 * */

This component uses vkey for keymappings.