Skip to content
Snippets Groups Projects
Commit aac0c4cf authored by Jonas Leder's avatar Jonas Leder
Browse files

Add Readme

parent aad7cb1c
No related branches found
No related tags found
No related merge requests found
Pipeline #18715 passed
# Text 2 Image
This is a simple API endpoint for generating Images from the provided text. It's special optimized to work with [OpenEPaperLink](https://github.com/jjwbruijn/OpenEPaperLink).
## Example POST Body
```json
{
"text": [
{
"text": "Hello World",
"color": 1 // 0 = white, 1 = black, 2 = red
},
{
"text": "Hello World",
"color": 2 // 0 = white, 1 = black, 2 = red
}
],
"fontSize": 12,
"width": 296,
"height": 128
}
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment