Skip to Content
JavaScriptFretboard DiagramsIndex

Fretboard Diagrams

The @music-ui/fretboard package provide various ways to render fretboard diagrams.

Installation

pnpm add @music-ui/fretboard

Render Scale diagrams

The Fretboard class provides a handy renderScale method for that.

See Scale diagrams docs

Render Chord diagrams

C major
D7b9
F7#9

The Fretboard class has a renderChord method as well.

See Chord diagrams docs

Free positions

Want to have full control on what to render?

See the Fretboard class docs

Last updated on