simple-emoji

1.2.1 • Public • Published

simple-emoji

simple node emoji package with 3 simple functions

Installation

NPM

npm install simple-emoji

Yarn

yarn add simple-emoji

Usage

const emoji = require("simple-emoji");

emoji.random();
emoji.get("cloud");
emoji.get("☁️");

/*
Expected Result :

{
  emoji: '☁️',
  key: 'cloud',
  buffer: <Buffer 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 40 00 00 00 40 08 06 00 00 00 aa 69 71 de 00 00 0e e3 49 44 41 54 78 5e ed 98 69 b0 5d 55 9d ... 3818 more bytes>
}

*/

Functions

Function Argument
get emoji : emoji , emoji Key
random no argument required

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.1
    1
  • 1.2.0
    0
  • 1.1.0
    2
  • 1.0.1
    0

Package Sidebar

Install

npm i simple-emoji

Weekly Downloads

3

Version

1.2.1

License

MIT

Unpacked Size

14.2 MB

Total Files

6

Last publish

Collaborators

  • buazeez