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