Generates cool looking Messages of your Minecraft Head for Discord. This is done using ANSI Color codes. To learn more, check out this guide.
First you need to build the Project
npm install
./node_modules/.bin/tsc
Then host it using the http server of your choice. For example:
python -m http.server
