โญ ยป Information
Returns a random emoticon and its name and type. ๐ ๐ฑ ๐
๐ฅ ยป How to install?
$ npm install @sefinek/random-emoji
๐ ยป Examples
const random = require('@sefinek/random-emoji');
// emoji()
const { name, content, type } = random.emoji();
console.log(`Name: ${name}; Type: ${type}; Emoji: ${content};`); // Name: Cat Face; Type: animal; Emoji: ๐ฑ;
// unicode()
console.log(random.unicode()); // ๐ฅฐ
๐ค ยป Help
Open new Issue on Github.