@dfukagaw28/random-emoji
v1.0.0
Published
This package was created as a practice project to learn how to build and publish npm packages using [Bun](https://bun.com).
Readme
@dfukagaw28/random-emoji
About This Package
This package was created as a practice project to learn how to build and publish npm packages using Bun.
It is intended for experimentation and personal learning, not for production use.
How to Try
mkdir test-random-emoji
cd test-random-emoji
bun init
bun add @dfukagaw28/random-emoji
bun -e "import { getEmoji } from '@dfukagaw28/random-emoji'; console.log(getEm
oji());"
😎
bun -e "import { getEmoji } from '@dfukagaw28/random-emoji'; console.log(getEmoji());"
🦄