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