1.0.0 • Published 3 years ago

quick-emoji v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

quick-emoji

Simple to use emoji library

How to install

npm install quick-emoji

How to use it

Then you can use the package like in this example test.js

const qemoji = require('quick-emoji');
console.log(qemoji("smile")) //prints smiling face
console.log(qemoji("heart")) //prints heart
console.log(qemoji("skull")) //prints skull

Contact me

You can contact me in discord (https://discord.gg/znpaJsQdFs)