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