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