elux-io/Seven-Segment Display Generator
Generate seven-segment displays
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| text | The text to display | yes | — |
| active-color | The CSS color of the active segments | — | #ff2b24 |
| inactive-color | The CSS color of the inactive segments | — | — |
| height | The total height of the SVG (in pixels) | — | 100 |
| spacing | The spacing between the characters | — | 10 |
| slant | The slant of the characters (in degrees) | — | 3 |
| min-chars | The minimum amount of characters to display. | — | 2 |
Outputs
| name | description |
|---|---|
| svg | The SVG of the display |