2.2.3 • Published 8 months ago

emo-vue v2.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

emo

Universal emojis that appear the same on every device

NPM JavaScript Style Guide BundlePhobia Minified Size BundlePhobia Minzipped Size BundlePhobia Dependency Count

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

2.2.3

8 months ago

2.2.1

2 years ago