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