0.0.7 • Published 9 years ago

emoji-picker v0.0.7

Weekly downloads
10
License
GPL-2.0
Repository
github
Last release
9 years ago

Emoji Picker

Add more emoji to your life.

Example

import {EmojiPicker} from 'emoji-picker';

console.log(`Emojis are so fun! ${EmojiPicker('happy')}`);

Usage

Methods

  • EmojiPicker(emotion: EmojiOption | string, unicode: boolean = false): string
    • emotion: EmojiOption | string: The emotion you want emojied
    • unicode: 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

Properties

  • EmojiOption: enum
    • Emotions that are available to emojify
0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago