1.1.0 • Published 10 months ago

@sdarbonne/react-guitar-chord v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

@sdarbonne/react-guitar-chord

What this library does:

takes in a chord name ("C", "Ddim", "G#maj7b9") and displays a guitar chord diagram for it.

What this library does not do:

  • have any regard for playability
  • think about bar chords
  • display alternate positions
  • display fingering

usage:

import GuitarChord from '@sdarbonne/react-guitar-chord'

...
return (
    <GuitarChord chord="Dm7b9" />
    <GuitarChord chord="D" />
    <GuitarChord chord="E" />
    <GuitarChord chord="F" />
    <GuitarChord chord="Dmin" />
    <GuitarChord chord="D7" />
)
1.1.0

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

0.1.0

10 months ago