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