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