efficient program to spit out SVG for guitar/uke chord frett diagram
* Change project to be a c project
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | ccharter.c (renamed from scripts/ccharter.js) | 0 | ||||
| -rw-r--r-- | package.json | 10 |
3 files changed, 6 insertions, 12 deletions
@@ -1,4 +1,8 @@ -ccharter +ccharter-c ======== -Guitar Chord Chart Maker
\ No newline at end of file +Guitar Chord Chart Maker + +Make SVG Guitar (and ukulele) chord diagrams. + +Originally written by mzarillo, rewritten by Zach DeCook. diff --git a/scripts/ccharter.js b/ccharter.c index fdd895e..fdd895e 100644 --- a/scripts/ccharter.js +++ b/ccharter.c diff --git a/package.json b/package.json deleted file mode 100644 index 859f1bc..0000000 --- a/package.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "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" -} |