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

Reinstate and fix Node/NPM infrastructure #65

Open KCarlile opened 1 month ago

KCarlile commented 1 month ago

Background

Node/NPM infrastructure was removed in #64, but it is something we want, so this ticket is to reinstate that code and get it working. The stash-64-npm branch has the last committed state of those files and #64 has the files removed/affected by this.

There may be remnants of Node left even after #64 is completed as there are two aspects of Node/NPM: package building and package distribution. Distribution is what was broken.

Acceptance Criteria

Approach

Notes