emojimili
v1.0.1
Published
miliodosik
Readme
Emoji Randomizer
Generate random emojis with this simple JavaScript package!
Installation
npm install emoji-randomizerUsage
const getRandomEmoji = require('emoji-randomizer');
const randomEmoji = getRandomEmoji();
console.log(randomEmoji); // Output will be a randomly selected emojiLicense
This project is licensed under the MIT License - see the LICENSE file for details.
