Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

amingilani/string2emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String2Emoji

A string to emoji translator. A highly inefficient synchronous module that analyzes your string for emoji keywords and suggests all the matches it finds.

s2e = require('string2emoji');

string = "heart rain";
emojified = s2e(string);

console.log(emojified); //=> 😍😘😻💑🌂💛💙💜💚❤️💔💖💘☔💝💟

About

A string to emoji translator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published