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