-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
Description
It would be great if this component supports emojis from Github, notably the unique ones such as :octocat:
or
:electron:
.
There's an api endpoint that gives the png imgs for each of these emojis, might be possible to leverage this: https://api.github.com/emojis
These are the emojis that are unique to GitHub:
[ 'atom',
'basecamp',
'basecampy',
'bowtie',
'electron',
'feelsgood',
'finnadie',
'goberserk',
'godmode',
'hurtrealbad',
'neckbeard',
'octocat',
'rage1',
'rage2',
'rage3',
'rage4',
'shipit',
'suspect',
'trollface' ]
samajammin