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