KCarlile / guitar-diagrams-js

Open source JavaScript library for drawing guitar chords and scales on an HTML5 canvas.
https://demo.kcarlile.com/guitar-diagrams-js/
GNU General Public License v3.0
0 stars 0 forks source link

Add a configurable label for chord name or scale name #13

Open KCarlile opened 3 months ago

KCarlile commented 3 months ago

Background

Users may want to add a chord name or scale name as a label to a diagram, so the app should allow for that with configurable settings.

Acceptance Criteria

Approach

Notes

TBD