Files
toho-jose/jobDefinition.json
2023-01-11 23:32:50 +01:00

34 lines
862 B
JSON

{
"remoteIdentifier": "AAAAA",
"callback": "undefined",
"type": "card",
"composition": [
{
"type": "image",
"asset": "https://eu2.contabostorage.com/823a1fae2a934aff89c43777a6329b4d:bot-storage/characters/miku.png",
"x": 0,
"y": 0,
"width": 300,
"height": 500
},
{
"type": "image",
"asset": "https://eu2.contabostorage.com/823a1fae2a934aff89c43777a6329b4d:bot-storage/frames/rainbow_overlay.png",
"x": 0,
"y": 300,
"width": 300,
"height": 200
},
{
"type": "text",
"text": "Character name hehehe",
"fontSize": 48,
"x": 0,
"y": 0,
"width": 300,
"height": 500
}
]
}