Wei He
Wei He
`owner` and `language` need to be specified in the url as `=1` to be turned on. Relates to: 7be9887
💥 Display only open issues and pull requests count #76, previously were displaying ALL issues and pull requests.
✨ Version 2.0.0 has been released! Check it out today at https://socialify.git.ci/ ## Lots of great changes in #154 - ✨ Use satori for SVG generation and @vercel/og for image...
Thanks for the PR!! The `head` and `base` branches of this PR are flipped, please create a new one with `base: master`. The commit contribution is in a163927ec9f76a34ee5b47675dccf5a964dcebe8
react-devIcons seems promising https://github.com/devicons/react-devicons alternatively we can use https://react-icons.github.io/react-icons/icons or https://www.npmjs.com/package/@icons-pack/react-simple-icons
SimpleIcons might be a better solution. It comes with the color hex for each icon as well making it extremely easy to style instead of using [hard coded css](https://github.com/wei/socialify/blob/master/common/fonts/devicon.css). https://simpleicons.org/...
@akshgpt7 was thinking about tackling it. Please share your proposal here so we can discuss and be in alignment before you are too far into it~
We also need to check the language returned against the list of languages we have devicons for and hide the ones that are not supported. We should use devicons naming...
Now that we are using simple-icons, it is very easy to add new languages. We can start with the most [popular](https://github.com/github/linguist/blob/master/lib/linguist/popular.yml) languages by github/linguist and add in some popular frameworks...
Yep!! We should also look into #77 which will be a big improvement.