forthebadge / for-the-badge

It all started because of an obsession with two words: “build passing”. It all ended with this: badges, for badges’ sake.
https://forthebadge.com
GNU General Public License v3.0
1.8k stars 150 forks source link

Using custom icons in the badge #182

Closed lnxpy closed 2 years ago

lnxpy commented 2 years ago

That would be super cool if users be able to use custom icons in their badges like using Simple Icons for example.

ekfuhrmann commented 2 years ago

That might be a good solution to be honest. I've started working on including icons, but the process of having users upload an icon, then clean it using something like SVGO, and then making sure it works with all of the custom spacing was a real headache. Using a library such as this alleviates some of those pain points as I can have some control over the format. Next time I have time to work on this I'll probably go this route.

Thanks for the suggestion.