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

Rename GuitarDiagramsJS.addCanvas() method #50

Closed KCarlile closed 2 months ago

KCarlile commented 2 months ago

Background

The GuitarDiagramsJS class has a public method called addCanvas(paramParentElementID) that is used for adding the new HTML5 canvas element to a parent element for drawing the diagram. The name of this method is not clear in terms of what it does or how it should be used.

Acceptance Criteria

Approach

Notes

TBD

KCarlile commented 2 months ago

PR into develop: #51. PR into `10-productize-documentation: #52.