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

1.0.0-dev.25 • Public • Published

Chordsheet · Build Status

An NPM package to help create chord sheets out of markdown files.

If you're looking for an online editor check this out: https://gldraphael.github.io/chordsheet-editor/

Styling the chords

You may use the following CSS to style the chords:

.chord {
  position: absolute;
}
.chord .inner {
  position: relative;
  top: -1em;
}

Remember to set the line-height property on the container.

Package Sidebar

Install

npm i chordsheet

Weekly Downloads

4

Version

1.0.0-dev.25

License

MIT

Last publish

Collaborators

  • gldraphael