File size: 479 Bytes
5f685fd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
{
"short_watermark": {
"inputs":{
"parameters": ["text"]
},
"type": "text",
"z": 3,
"parameters": {
"text": null,
"fontsize": 80,
"font": "Berlin-Sans-FB-Demi-Bold",
"color": "white",
"stroke_width": 1,
"stroke_color": "black",
"method": "caption",
"size": [
650,
400
]
},
"actions": [
{
"type": "screen_position",
"param": {
"pos": [
"center",
0.7
],
"relative": true
}
}
]
}
} |