README
📧
Returns the amazing e-mail emoji.
Usage
const emoji = require('emoji-e-mail');
console.log(emoji) // 📧
Tests
emoji-e-mail proudly has 100% test coverage. Run tests with npm test.
returns the e-mail emoji
<script type="module">
import emojiEMail from 'https://cdn.skypack.dev/emoji-e-mail';
</script>
Returns the amazing e-mail emoji.
const emoji = require('emoji-e-mail');
console.log(emoji) // 📧
emoji-e-mail proudly has 100% test coverage. Run tests with npm test.