Skip to content

Typescript library for parsing song in the chordpro format.

License

Notifications You must be signed in to change notification settings

matejkubinec/songbook-chordpro

Repository files navigation

Songbook Chordpro

Simple typescript library for parsing songs in chordpro format.
You can view the package on npm.

For a react component that uses the library see: songbook-chordpro-view.

Installation

Using npm:

npm i songbook-chordpro

Using yarn:

yarn add songbook-chordpro

Usage

To parse the chordpro string to a common format use:

import parseSong from 'songbook-chordpro';

const content = '...chordpro string';

const song = parseSong(content);

License

MIT

About

Typescript library for parsing song in the chordpro format.

Topics

Resources

License

Stars

Watchers

Forks

Languages