Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Parse and manipulate ChordPro formatted chord sheets.

License

Lifeling/chordprojs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChordProJS

Build Status

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

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

// Transpose the HTML output by passing your desired transpose steps or key into the render function.
var html = song.render(4);
OR
var html = song.render('A');

About

Parse and manipulate ChordPro formatted chord sheets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%