efficient program to spit out SVG for guitar/uke chord frett diagram
1
2
3
4
5
6
7
8
9
10
{
  "name": "ccharter",
  "version": "1.0.1",
  "description": "Create simple chord diagrams on the web",
  "main": "scripts/ccharter.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "mzarillo"
}