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