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