Convert emoji codes 💢 to emoji unicode ✨.
const emojify = require("emojify-tag")
emojify`:sparkles: :hamster:` //"✨ 🐹"
ES2015 Template Literals have the ability to invoke a function. This feature is called a tagged template literal.
Convert emoji codes 💢 to emoji unicode ✨.
const emojify = require("emojify-tag")
emojify`:sparkles: :hamster:` //"✨ 🐹"
ES2015 Template Literals have the ability to invoke a function. This feature is called a tagged template literal.