Simple web component for rendering (svg, png, jpg) emojis
-
npm install --save emoji-component
-
This component requires you to structure your emojis in a array , for exampleSample emoji list
[
{
"id":"555",
"tag": "::happy::",
"keywords": [
"Happy",
"Ecstatic",
"Joyful",
"Great",
"Elated"
],
"source": "1.svg",
"category": "Good Mood"
},
{
"id":"315",
"tag": "::sad::",
"keywords": [
"Sad",
"Sorrowful",
"Disappointed"
],
"source": "2.svg",
"category": "Bad Mood"
}
]