1.0.0 • Published 8 years ago

emojify-tag v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

emojify-tag

Convert emoji codes 💢 to emoji unicode ✨.

Usage

const emojify = require("emojify-tag")
emojify`:sparkles: :hamster:` //"✨ 🐹"

Tagged Template Literals

ES2015 Template Literals have the ability to invoke a function. This feature is called a tagged template literal.