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