Skip to content

The Emoji Generator npm package is a tool that generates random emojis for use in web or mobile apps.This package is useful for developers who want to add a fun and interactive element to their applications by using emojis. It is simple to use and requires no additional coding knowledge, making it accessible for developers of all skill levels

Notifications You must be signed in to change notification settings

bellamy-blakee/generate-random-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

generate-random-emoji

The Emoji Generator npm package is a tool that generates random emojis for use in web or mobile apps. This package is useful for developers who want to add a fun and interactive element to their applications by using emojis. It is simple to use and requires no additional coding knowledge, making it accessible for developers of all skill levels

#Usage

const randomEmoji = require('generate-random-emoji');
// you can pass required number of emojis count to this function.
const randomEmojis = randomEmoji.generateEmojis(1);
console.log(randomEmojis);

Installation

npm install generate-random-emoji

Visit https://randomgenerate.io/random-emoji-generator for the live demo.

About

The Emoji Generator npm package is a tool that generates random emojis for use in web or mobile apps.This package is useful for developers who want to add a fun and interactive element to their applications by using emojis. It is simple to use and requires no additional coding knowledge, making it accessible for developers of all skill levels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published