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