( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
{
"width": 800,
"height": 600,
"backgroundDataUrl": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z8BQDwAEhQGAhKmMIQAAAABJRU5ErkJggg==",
"objects": [
{
"type": "text",
"text": "Hello World",
"left": 100,
"top": 100,
"width": 200,
"height": 50,
"fontSize": 24,
"fontFamily": "Arial",
"fill": "#FF0000",
"angle": 0
},
{
"type": "textbox",
"text": "This is a paragraph that should wrap correctly in the generated Word document.",
"left": 100,
"top": 200,
"width": 300,
"height": 100,
"fontSize": 16,
"fontFamily": "Times New Roman",
"fill": "#000000",
"textAlign": "left",
"angle": 0
},
{
"type": "rect",
"left": 400,
"top": 400,
"width": 50,
"height": 50,
"fill": "blue",
"angle": 45
}
]
}