emoji-generator
v1.1.0
Published
Emoji Generator 🐢
Downloads
14
Maintainers
Readme
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
aliaskittyEmoji
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. 🐞