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

Allow for global (page-level) configuration options #7

Open KCarlile opened 3 months ago

KCarlile commented 3 months ago

Background

End-users may wish to have some control over the display of the diagrams, such as flipping all on a page to left-handed diagrams (see #5). This should be exposed via an optional page configuration block with buttons.

Acceptance Criteria

Approach

Notes

TBD