react-guitar-tunings
v1.1.2
Published
A cromprehensive string tunings dictionary.
Downloads
78
Readme
React-Guitar-Tunings ·
A cromprehensive string tunings dictionary.
See https://react-guitar.com for a live demo.
Usage
npm i react-guitar-tunings
import tunings from 'react-guitar-tunings'
Tunings exports an array of objects with the following shape:
{
name: string // 'Standard', 'Open A'...
instrument: string // 'guitar', 'ukelele'...
notes: number[] // The midi values for each string
}
Developing
yarn start
will build on change.yarn build
will generate the production scripts under thedist
folder.