0.1.1 • Published 10 years ago
chordprojs v0.1.1
ChordProJS
// 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();// 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();