/chordprojs

Parse and manipulate ChordPro formatted chord sheets.

Primary LanguageJavaScriptMIT LicenseMIT

ChordProJS

Build Status

// Parse some ChordPro formatted text
var song = chordprojs.parse("He[Am]llo, [C] it's [G]me [F]");

// Render as HTML
var html = song.render();