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