Emoji picking NPM module
npm install emoji-picker``Javascript
import {EmojiPicker} from 'emoji-picker';
console.log(Emojis are so fun! ${EmojiPicker('happy')});`
* EmojiPicker(emotion: EmojiOption | string, unicode: boolean = false): stringemotion: EmojiOption | string
* : The emotion you want emojiedunicode: boolean
* : Whether you want unicode emojis or Slack-style ascii
* Returns an emoji to represent the specified emotion.
If it can't find an emoji to represent the specified emotion, then it will return an empty string
* EmojiOption: enum`
* Emotions that are available to emojify