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