emoji-generator

1.1.0 • Public • Published

About

This is an ES2015 Generator to provide you with the power of emoji. It accepts two parameters which they will be created from using the String.fromCodePoint() function.

Three sets are provided by default:

  • catfaceEmoji alias kittyEmoji
  • turtleEmoji
  • noEvilEmoji (like emojiterator)

Installation

npm i -S emoji-generator

Quick example

const kitty = require('emoji-generator').kittyEmoji;
console.log(kitty.next().value);

Resources

You will probably need a list of emoji codes. 🐞

Package Sidebar

Install

npm i emoji-generator

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • orangecms