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