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