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
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
1018
package-lock.json
generated
Normal file
1018
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "render-server",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Minzkraut",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user