emoji-generator
v1.1.0
Published
Emoji Generator 🐢
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:
catfaceEmojialiaskittyEmojiturtleEmojinoEvilEmoji(like emojiterator)
Installation
npm i -S emoji-generatorQuick example
const kitty = require('emoji-generator').kittyEmoji;
console.log(kitty.next().value);Resources
You will probably need a list of emoji codes. 🐞
