RubbaBoy / BYOB

Bring Your Own Badge - Create dynamic README badges based off of your GitHub Actions
MIT License
86 stars 10 forks source link

Emoji icon? #13

Closed mmkal closed 2 years ago

mmkal commented 2 years ago

Awesome repo - would be great if you could do something like:

icon: 🤨

Since that'd enable a bunch of meaningful visuals without having to create svgs.

RubbaBoy commented 2 years ago

That's a great idea, I'll see what I can do. Thank you for the suggestion!

RubbaBoy commented 2 years ago

Great news, emojis on labels are now live! You just need to put the emoji in quotes as a value to icon in the action (there's an example in the readme). Emojis are rendered using Twemoji, an example of a badge created is: Emoji badge

Feel free to let me know if you think anything can be improved