Skip to content

Parse and manipulate ChordPro formatted chord sheets.

License

Notifications You must be signed in to change notification settings

tvdavies/chordprojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();