GitHub: OpenGraph images for repositories, commits, issues, and pull requests(github.blog)
github.blog
GitHub: OpenGraph images for repositories, commits, issues, and pull requests
https://github.blog/changelog/2021-04-21-opengraph-images-for-github-repositories-commits-issues-and-pull-requests/
2 comments
Creator of Mugshot Bot here! Did you see the GitHub renderer [1]? It fetches the repo via the API then renders a HTML styled with Tailwind CSS. To render the image, the content is passed along to browserless [2].
[1] https://mugshotbot.com/github
[2] https://www.browserless.io
[1] https://mugshotbot.com/github
[2] https://www.browserless.io
I dug deep into this topic a few weeks ago and actually build a svg + placeholder => png render service.
also found https://mugshotbot.com/, which seem quite nice, but my approach is more a "bring your own svg".