JSPM

chord-dictionary

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q40346F
  • License MIT

A music chord dictionary

Package Exports

  • chord-dictionary

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (chord-dictionary) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

chord-dictionary npm

license tonal

A dictionary of music chords. This is basically a json file with chord definitions (currently 108, 220 including aliases):

var chord = require('chord-dictionary')
chord['Maj7'] // => [ '1', '3', '5', '7' ]
chord['maj7'] // => 'Maj7'

This is part of tonal:

var tonal = require('tonal')
tonal.chords['Maj7']

Install via npm: npm install --save chord-dictionary.

License

MIT License