Skip to content

Orholt/Emojity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Emojity

Emojity is a module that allows you to quickly transform a word into emoji arrays

Installation:

npm i emojity

Importing to your code:

const { emojity } = require("emojity");

Generating an array:

const { emojity } = require('emojity');
let EmojiArray = emojity.getEmojis('Emojity');

EmojiArray:

['🇪', '🇲', '🇴', '🇯', '🇮', '🇹', '🇾']

Example application:

  • Creating emoji response to the right word using Discord.js

Usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published