emoji-picker
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.7
    69
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.7
    69
  • 0.0.6
    4
  • 0.0.5
    4
  • 0.0.4
    0
  • 0.0.2
    0

Package Sidebar

Install

npm i emoji-picker

Weekly Downloads

57

Version

0.0.7

License

GPL-2.0

Last publish

Collaborators

  • dudeofawesome