Given a chord name or chroma, return the chord properties
import { get } from 'tonaljs/chord-type'get('major') // => { name: 'major', ... } Copy
import { get } from 'tonaljs/chord-type'get('major') // => { name: 'major', ... }
Given a chord name or chroma, return the chord properties