0.2.1 • Published 5 months ago

songbook-chordpro v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

0.2.1

5 months ago

0.2.0

6 months ago

0.1.2

10 months ago

0.1.3

8 months ago

0.1.0

1 year ago

0.1.1

12 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago