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