-Random emojis -More soon...
Exemple:
Generate functio, the options: Count: number of emojis you want Repeat: Boolean to enable repetition between emojis Type: "codes" => 1F600, "char" => 😀, "name" => grinning face
const EmojisTrick = require('emojis-trick')
EmojisTrick.generate({count:5, repeat: false, type: "char"})
Exemple of json:
{
"codes": "1F600",
"char": "😀",
"name": "grinning face",
"category": "Smileys & Emotion (face-smiling)",
"group": "Smileys & Emotion",
"subgroup": "face-smiling"
},
-There is some emojis some people can see, but other can't -You can find the JSON emojis on the Github
- v1.0.0 : release
- v1.0.1 : added type