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

Image download button #8

Closed KCarlile closed 5 months ago

KCarlile commented 5 months ago

Background

It's easy enough to right-click on a canvas and download the image, but it would be great if users could optionally specify a button to initiate the image download.

Acceptance Criteria

Approach

Notes

TBD

KCarlile commented 5 months ago

This has been fixed in commit a2edf31.