https://github.com/gizmo-ds/contributors.svg
[Serverless] Generate an SVG image of contributors to keep your README.md synchronized.
https://github.com/gizmo-ds/contributors.svg
contributors serverless
Last synced: 11 months ago
JSON representation
[Serverless] Generate an SVG image of contributors to keep your README.md synchronized.
- Host: GitHub
- URL: https://github.com/gizmo-ds/contributors.svg
- Owner: gizmo-ds
- License: mit
- Created: 2023-07-25T08:02:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T18:04:22.000Z (over 2 years ago)
- Last Synced: 2025-07-14T05:35:59.015Z (11 months ago)
- Topics: contributors, serverless
- Language: TypeScript
- Homepage: https://contributors.aika.dev
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# contributors.svg
[](https://afdian.net/a/gizmo)
[](https://ko-fi.com/gizmo_)
[](./LICENSE)
Generate an SVG image of contributors to keep your README.md synchronized.
## How to use
```markdown
https://contributors.aika.dev/{owner}/{repo}/contributors.svg
```
Options:
- `owner` - The account owner of the repository. The name is not case sensitive.
- `repo` - The name of the repository without the .git extension. The name is not case sensitive.
- `align` - Avatar alignment, `center` or `left`, Default: `center`
- `width` - ViewBox width, Default: `800`
- `margin` - ViewBox margin, Default: `8`
- `size` - Avatar size, Default: `64`
- `pad` - Avatar padding, Default: `8`
- `bot` - Include bot users, Default: `false`
- `max` - Max contributor count, Default: `100`
- `hide_border` - Hide border, Default: `false`
- `border_color` - Color of border, Default: `#c0c0c0`
- `maxage` - Browser cache time, measured in seconds, Default: `7200`.
## Demo
```markdown

```

## Deploy on your own
### On Vercel
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fgizmo-ds%2Fcontributors.svg)
Environment variables
- `GITHUB_TOKEN` - Optional, Due to the limitation of 5k requests per hour on the GitHub API, setting the `GITHUB_TOKEN` allows for more requests to be made per hour.
### On other platforms
[Deploy on other platforms](https://nitro.unjs.io/deploy)