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