A node package for emoji
npm install simple-node-emojis
const nodeEmojis = require("simple-node-emojis");
Get all emojis. return [{...}]
Return object if valid or undefined if not valid.
Return object if valid or undefined if not valid.
Return object if valid or undefined if not valid.
Get arrays of emoji belonging to the emoji group. return [{...}]
Decode all valid emoji in parma (str) to key. e.g ":grinning_face:" => "😀"
Encode all valid emoji in parma (str) to char. e.g "😀" => ":grinning_face:"
Get random emoji. return {...}