songbook-chordpro
TypeScript icon, indicating that this package has built-in type declarations

0.2.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i songbook-chordpro

Weekly Downloads

31

Version

0.2.6

License

MIT

Unpacked Size

52.5 kB

Total Files

72

Last publish

Collaborators

  • goodguym