discord-emoji-convert
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "discord-emoji-convert", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A very simple Text to Emoji converter for Discord", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,9 +5,11 @@ [![NPM](https://nodei.co/npm/discord-emoji-convert.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/discord-emoji-convert/) | ||
To install Discord Emoji Convert, simply use the following command: | ||
```npm install discord-emoji-convert``` | ||
Add this to your code as well: | ||
```const emojiConvert = require('discord-emoji-convert');``` | ||
# Using Emoji Convert | ||
Currently, in version 1.2.1, Discord Emoji convert can translate any letter in the English alphabet into a Discord Emoji. Discord Emoji Convert can also take a space and convert it to be a larger space that accomodates the large emoji letters. | ||
Currently, in version 1.2.3, Discord Emoji convert can translate any letter in the English alphabet into a Discord Emoji. Discord Emoji Convert can also take a space and convert it to be a larger space that accomodates the large emoji letters. | ||
To convert any string to emojis, type ```emoji.bigText("insert string here")``` and the function will return your converted Discord Emoji string. | ||
To convert any string to emojis, type ```emojiConvert.bigText("insert string here")``` and the function will return your converted Discord Emoji string. | ||
@@ -14,0 +16,0 @@ # Example |
2363
19