https://github.com/just-serverless/contributors-table
😎 Service for embedding the table of contributors in the readme of the project
https://github.com/just-serverless/contributors-table
badges contributors-table image-processing nodejs typescript vercel vercel-serverless
Last synced: 3 months ago
JSON representation
😎 Service for embedding the table of contributors in the readme of the project
- Host: GitHub
- URL: https://github.com/just-serverless/contributors-table
- Owner: just-serverless
- License: mit
- Created: 2025-01-01T17:16:40.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2026-03-31T08:06:01.000Z (3 months ago)
- Last Synced: 2026-03-31T10:10:38.865Z (3 months ago)
- Topics: badges, contributors-table, image-processing, nodejs, typescript, vercel, vercel-serverless
- Language: TypeScript
- Homepage: https://contributors-table.vercel.app
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# contributors-table
> Powered by [▲ Vercel](https://vercel.com) and [contributors-table](https://www.npmjs.com/package/contributors-table) library 😎
## Features
- ⚙️ Flexible settings
- 🔗 Hyperlinks to contributors profiles
- 💡 Hints when hovering over an avatar
- 🎨 Customizable
- 🤝 Images supported by Markdown on GitHub and anywhere!
## Usage
Basic usage:
```markdown

```

### Parameters
- `repo` (required): Repository in format `OWNER/REPO`
- `max` (optional, default: 100): Maximum number of contributors to display
- `gap` (optional, default: 6): Gap between avatars in pixels
- `width` (optional, default: 40): Width of each avatar in pixels
- `columns` (optional, default: 21): Number of columns in the table
- `rows` (optional, default: 7): Number of rows in the table
- `roundness` (optional, default: 5): Border radius of avatars (use 'yes' for full circle)
- `strokeWidth` (optional, default: 0): Width of avatar borders
- `ssr` (optional, default: true): Enable/disable server-side rendering
- `format` (optional, default: 'svg'): Output format ('svg' or 'png')
### Examples
Custom styling:
```markdown

```

PNG format with limited contributors:
```markdown

```

### 👇 Deploy your own instance in one click
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fjust-serverless%2Fcontributors-table%2F&env=GITHUB_APP_TOKEN&envDescription=GitHub%20Personal%20Access%20Token%20(PAT)%20from%20https%3A%2F%2Fgithub.com%2Fsettings%2Fpersonal-access-tokens)