From f0e5aa85958cd26c6b07b66864d09380164d7650 Mon Sep 17 00:00:00 2001 From: Matthew Gordon Date: Fri, 28 Feb 2025 14:34:44 +0000 Subject: [PATCH] Add notes files with links to libraries to consider using --- Notes.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Notes.md diff --git a/Notes.md b/Notes.md new file mode 100644 index 0000000..2c961c4 --- /dev/null +++ b/Notes.md @@ -0,0 +1,2 @@ +- Library to render sheet music & tablature with javascript: [VexFlow](https://www.vexflow.com/) +- Library that uses VexFlow to render sheet music from MusicXML: [OpenSheetMusicDisplay](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay?tab=readme-ov-file) \ No newline at end of file