react-guitar-tunings
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i react-guitar-tunings

Weekly Downloads

24

Version

1.1.2

License

MIT

Unpacked Size

43.2 kB

Total Files

13

Last publish

Collaborators

  • 4lejandrito