emo-vue
v2.2.3
Published
Universal emojis for Vue that appear the same on every device
Downloads
2
Readme
emo
Universal emojis that appear the same on every device
Install
npm install --save emo-vue
## Or with Yarn
yarn add emo-vue
Usage
<script lang="ts">
import Vue from 'vue';
import Emo from 'emo-vue';
export default Vue.extend({
name: 'Demo',
components: {
Emo,
},
});
</script>
<template>
<emo text="🕊️" />
</template>
Would return:
On any and every device
License
MIT © Juliette Cordor