tvdavies / chordprojs

Parse and manipulate ChordPro formatted chord sheets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Parse and manipulate ChordPro formatted chord sheets.

License:MIT License


Languages

Language:JavaScript 100.0%