Simple Vanilla JS app for creating chord charts and converting to ChordPro bracketed format.
const song = new Song(template)
song.parsePlainHTML(DOMElement)
song.parseHTMLTable(DOMElement)
Default: chords
song.parseChords()
song.parseLyrics()
song.parseNashville()
song.reInitialize(template)
Huge thank's to @gulaker for helping out in the early stages and with the logic behind this script.