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

Provide easy mechanism for customizing markers individually and globally #17

Open KCarlile opened 2 months ago

KCarlile commented 2 months ago

Background

Currently, markers have the properties to allow for customizing the visuals (font size, color, etc.), but those are not exposed to the end-user API as marker creation is abstracted. The app needs a way for user's to specify marker-specific configurations, both globally (for all) and individually (per marker).

Acceptance Criteria

Approach

Notes

TBD