Add node packages and basic job definition

This commit is contained in:
2023-01-10 22:57:12 +01:00
parent ba450a44a2
commit 909057df02
3 changed files with 1069 additions and 0 deletions

37
jobDefinition.json Normal file
View File

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