
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
emoji-dictionary
Advanced tools
Convert emoji names in unicode characters and vice versa.
# Using npm
npm install --save emoji-dictionary
# Using yarn
yarn add emoji-dictionary
const emoji = require("emoji-dictionary");
console.log(emoji.getName("😍"));
// heart_eyes
console.log(emoji.getUnicode("heart_eyes"));
// 😍
console.log(emoji.unicode);
// [ '💯',
// '🔢',
// '😀',
// '😬',
// '😁',
// '😂',
// '😃',
// '😄',
// ...
// '🇿🇲',
// '🇿🇼' ]
console.log(emoji.names);
// [ '100',
// '1234',
// 'grinning',
// 'grimacing',
// 'grin',
// ...
// 'ye',
// 'zm',
// 'zw' ]
There are few ways to get help:
getName(unicodeChar)
Gets the name of the unicode emoji.
unicodeChar
: The emoji unicode character.getUnicode(name)
Gets the unicode character by providing the emoji name.
name
: The emoji name.Have an idea? Found a bug? See how to contribute.
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
Starring and sharing the projects you like :rocket:
—I love books! I will remember you after years if you buy me one. :grin: :book:
—You can make one-time donations via PayPal. I'll probably buy a
coffee tea. :tea:
—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).
Bitcoin—You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6
Thanks! :heart:
If you are using this library in one of your projects, add it in this list. :sparkles:
@codaco/ui
@thothai/thoth-core
atikin-emotionify
emoji-similar
emoji-to-short-name
emoji_npm_package
gatsby-plugin-github-readme
poop-sock
srvup
super-emoji-text-parser
tg-asticker2vid-bot
FAQs
Convert emoji names in unicode characters and vice versa.
The npm package emoji-dictionary receives a total of 4,063 weekly downloads. As such, emoji-dictionary popularity was classified as popular.
We found that emoji-dictionary demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.