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