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