This commit is contained in:
Gavin McDonald
2025-05-22 13:47:21 -04:00
parent c6a8a1f369
commit 7fc9736cdc

View File

@@ -1,6 +1,6 @@
# Labelmaker # Labelmaker
[Labelmaker](https://labelmaker.xyz) is a simple web tool for generating text-based images, perfect for creating [decals](https://kb.tabletopsimulator.com/game-tools/decal-tool/) in [Tabletop Simulator](https://www.tabletopsimulator.com/). Just append your desired text to the `labelmaker.xyz/` and Labelmaker will return an image, no design tools required! A few options are available via query string parameters: font, color, outline, and size. The homepage offers a form to make things a bit easier. [Labelmaker](https://labelmaker.xyz) is a simple web tool for generating text-based images, perfect for creating [decals](https://kb.tabletopsimulator.com/game-tools/decal-tool/) in [Tabletop Simulator](https://www.tabletopsimulator.com/). Just append your desired text to `labelmaker.xyz/` and Labelmaker will return an image, no design tools required! A few options are available via query string parameters: font, color, outline, and size. The homepage offers a form to make things a bit easier.
![Risky business](/priv/static/images/ukraine_1024x512.png) ![Risky business](/priv/static/images/ukraine_1024x512.png)
@@ -113,7 +113,3 @@ Or use Docker:
docker build -t labelmaker . docker build -t labelmaker .
docker run -p 4000:4000 labelmaker docker run -p 4000:4000 labelmaker
``` ```
```
```