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