This is a command-line application that generates Discord stamps.
To install the application, you need to have Go installed on your machine. Then, you can clone this repository and build the application.
git clone https://github.com/marutaku/discord-stamp-generator.git
cd discord-stamp-generator
go build
You can use the application with the following commands:
./discord-stamp-generator generate --output output.png --font-filepath /path/to/font.ttf --font-color #000000
This project is licensed under the MIT License. See the LICENSE file for details.