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