Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philholden/song-display
Display song lyrics on a canvas such that text is as large as possible
https://github.com/philholden/song-display
Last synced: 4 months ago
JSON representation
Display song lyrics on a canvas such that text is as large as possible
- Host: GitHub
- URL: https://github.com/philholden/song-display
- Owner: philholden
- Created: 2016-03-04T21:39:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-04T22:25:40.000Z (almost 9 years ago)
- Last Synced: 2024-08-22T18:00:35.862Z (4 months ago)
- Language: JavaScript
- Size: 941 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Song Display
[![travis build](https://img.shields.io/travis/philholden/subdivide.svg?style=flat-square)](https://travis-ci.org/philholden/song-display)
[![codecov coverage](https://img.shields.io/codecov/c/github/philholden/song-display.svg?style=flat-square)](https://codecov.io/github/philholden/song-display)
[![version](https://img.shields.io/npm/v/song-display.svg?style=flat-square)](http://npm.im/song-display)
[![downloads](https://img.shields.io/npm/dm/song-display.svg?style=flat-square)](http://npm-stat.com/charts.html?package/song-display&from=2015-08-01)
[![CC0 License](https://img.shields.io/npm/l/song-display.svg?style=flat-square)](https://creativecommons.org/publicdomain/zero/1.0/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)Render song lyrics to a canvas.
* Lines will be intelligently broken to maximize coverage
* Each verse will be rendered in a consistent font size
* Set line spacing and font size----
## Install
```bash
npm install --save song-display
```