Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.21 KB

File metadata and controls

56 lines (38 loc) · 2.21 KB

contributors-table

Powered by ▲ Vercel and 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:

![Contributors](https://contributors-table.vercel.app/image?repo=OWNER/REPO)

Contributors

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:

![Contributors](https://contributors-table.vercel.app/image?repo=OWNER/REPO&width=50&gap=10&columns=10&roundness=yes)

Contributors

PNG format with limited contributors:

![Contributors](https://contributors-table.vercel.app/image?repo=OWNER/REPO&max=50&format=png)

Contributors

👇 Deploy your own instance in one click

Deploy with Vercel