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

1.0.0-dev.26 • 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.

/chordsheet/

    Package Sidebar

    Install

    npm i chordsheet

    Weekly Downloads

    6

    Version

    1.0.0-dev.26

    License

    MIT

    Unpacked Size

    2.94 kB

    Total Files

    3

    Last publish

    Collaborators

    • gldraphael