15 lines
180 B
JSON
15 lines
180 B
JSON
{
|
|
"width": 800,
|
|
"height": 600,
|
|
"output": "trmnl.png",
|
|
"font": "font.ttf",
|
|
"widgets":
|
|
[
|
|
{
|
|
"name": "widget_name",
|
|
"parameter1": "example",
|
|
"parameter2": 10
|
|
}
|
|
]
|
|
}
|