This tool generates an image to showcase the open source contributors in a repository. This image can be added to your repository's README to showcase the individuals who have contributed.
To use this tool, add contributors.deno.dev/<user>/<repo> to your readme. Make sure to replace <user> and <repo> with your own username and repository name. See examples below.
[](https://github.com/<user>/<repo>/graphs/contributors)or
<a href="https://github.com/<user>/<repo>/graphs/contributors">
<img src="https://contributors.deno.dev/<user>/<repo>" alt="contributors">
</a>/<username>/<repository>: The GitHub username and repository name separated by a slash.
?count: The number of contributors to include in the grid. The default value is30.?width: The width of the image in pixels. The default value is1200.?height: The height of the image in pixels. The default value is600.?radius: The border radius of each avatar image in pixels. The default value is50(rounded).?spacing: The spacing between each avatar image in pixels. The default value is8.?avatar_size: The size of each avatar image in pixels. The default value is100.