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