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