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