Skip to content

gilyes/chordprojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

chordprojs - a Chordpro parser and formatter

Usage

var parseResult = chordpro.parse(source);
var formatResult = chordpro.formatParseResult(parseResult);

or

var formatResult = chordpro.format(source)

format generates HTML where, when needed, chords are wrapping together with their associated lyrics line. Default CSS that works with the generated HTML is defined in chordpro.css.

About

A ChordPro parser and formatter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published