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.
- Host: GitHub
- URL: https://github.com/gldraphael/chordsheet
- Owner: gldraphael
- License: mit
- Created: 2016-11-21T18:38:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T21:32:06.000Z (6 months ago)
- Last Synced: 2025-05-30T14:45:15.040Z (5 months ago)
- Topics: chords, npm-package
- Language: TypeScript
- Homepage:
- Size: 564 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Chordsheet ยท [](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.