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