Skip to content

toothlesspanda/emoji-totext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emoji-totext

npm package to translate emojis to text

Installation

npm install emoji-totext

Usage

var convertemoji = require('emoji-totext');
var str = "I want to eat 🍕";

convertemoji.toText(str,function(err,sentence){
	console.log(sentence);
 })

Output should be: 'I want to eat a slice of pizza`

Limitations

  • At this point can only perform evaluations of sentences with only one emoji
  • Not all emojis are "readable"

About

npm package to translate emojis to text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published