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