This is a fork of Emoji Encoder with some changes to the codebase.
The original repository implements https://paulbutler.org/2025/smuggling-arbitrary-data-through-an-emoji/ and is made by the author of the article.
Basically nothing. This has just a README.md file and a docker setup to run the emoji encoder with docker.
Additionally, I switched the package manager to Bun as its faster and works the same.
NOTE: You can use npm
or yarn
instead of bun
to install the dependencies and run the build and start commands.
bun install
bun run build
bun run start
docker compose up