Add node packages and basic job definition
This commit is contained in:
37
jobDefinition.json
Normal file
37
jobDefinition.json
Normal 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
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user