efficient program to spit out SVG for guitar/uke chord frett diagram
* Change project to be a c project
Zach DeCook 2020-12-26
parent 809c781 · commit 536ee95
-rw-r--r--README.md8
-rw-r--r--ccharter.c (renamed from scripts/ccharter.js)0
-rw-r--r--package.json10
3 files changed, 6 insertions, 12 deletions
diff --git a/README.md b/README.md
index d2699b7..b134bf2 100644
--- a/README.md
+++ b/README.md
@@ -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"
-}