An open API service indexing awesome lists of open source software.

https://github.com/gldraphael/chordsheet

๐Ÿ“ฆ An NPM module to create chord sheets out of markdown files.
https://github.com/gldraphael/chordsheet

chords npm-package

Last synced: 4 months ago
JSON representation

๐Ÿ“ฆ An NPM module to create chord sheets out of markdown files.

Awesome Lists containing this project

README

          

# Chordsheet ยท [![Build Status](https://travis-ci.org/gldraphael/chordsheet.svg?branch=master)](https://travis-ci.org/gldraphael/chordsheet)

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

If you're looking for an online editor check this out:

## Styling the chords

You may use the following CSS to style the chords:

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

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