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