friendly-emoji
v0.1.0
Published
Returns random friendly unicode emojis
Downloads
3,786
Readme
friendly-emoji
A small, simple lib that returns "friendly" (unlikely to be seen as hostile) random unicode emojis. Inspired by Glitch community needs and random-unicode-emoji
Install ✨
npm install friendly-emoji
Usage 🎤
const friendlyEmoji = require('friendly-emoji');
friendlyEmoji.random({count: 3})
// -> ["🎉", "😛", "💯"]
You can also see it live in action and remix it at glitch.com/~friendly-emoji-demo!
Have an issue? 🚨
Let me know by emailing [email protected]!