vuemojify
v1.0.9
Published
this is a simple vue.js directive to convert the emoji symbols present in a text to actual emoji icons
Maintainers
Readme
This is a simple vuejs directive that convert emoji text used on string to actual image icons. The program is under developement and will be updated soon with more feature. Usage
1.install vue js
npm install vuemojify
import vuemojify from "vuemojify"
4.Vue.directive("vuemojify",vuemojify);
- In your element use v-vuemojify
