matsumo-and/Contribution LED Marquee
Generate an animated LED marquee visualization using your GitHub Contribution Graph
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_user_name | GitHub username to fetch contributions for | yes | — |
| text | Text to display in the LED marquee | yes | — |
| show_contributions | Show contribution graph before text (default: true) | no | true |
| cell_size | Size of each cell in pixels (default: 10) | no | 10 |
| cell_gap | Gap between cells in pixels (default: 2) | no | 2 |
| scroll_speed | Scroll speed in columns per second (default: 4) | no | 4 |
| initial_delay | Seconds before graph disappears (default: 3) | no | 3 |
| output_path | Path where the SVG file will be saved | no | dist/marquee.svg |
Outputs
| name | description |
|---|---|
| svg_path | Path to the generated SVG file |