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