react-guitar-tunings

A cromprehensive string tunings dictionary.

Usage no npm install needed!

<script type="module">
  import reactGuitarTunings from 'https://cdn.skypack.dev/react-guitar-tunings';
</script>

README

React-Guitar-Tunings · npm version

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 the dist folder.