Rendering: Add placeholder frame

and fix profile card alignment
This commit is contained in:
2023-06-12 16:40:11 +02:00
parent f84a1deddb
commit 7175271233
2 changed files with 20 additions and 12 deletions

View File

@@ -102,6 +102,14 @@ module.exports = {
{
"type": "image",
"asset": `${characterImage}`,
"x": 10,
"y": 10,
"width": 580,
"height": 980
},
{
"type": "image",
"asset": `${process.env.ASSET_URL}/overlays/default_frame.png`,
"x": 0,
"y": 0,
"width": 600,