Files
2025-12-26 13:38:04 +01:00

34 lines
1.1 KiB
JSON

{
"id": "ci-pack",
"title": "CI Pack",
"pages": [
{
"id": "text-matrix",
"width": 800,
"height": 600,
"elements": [
{"id":"t1","type":"text","text":"Heading","x":50,"y":50,"width":300,"height":60,"fontFamily":"Arial","fontSize":32,"color":"#111"},
{"id":"t2","type":"text","text":"Body copy","x":50,"y":120,"width":400,"height":80,"fontFamily":"Roboto","fontSize":18,"color":"#333","align":"left"}
]
},
{
"id": "shapes",
"width": 800,
"height": 600,
"elements": [
{"id":"s1","type":"shape","shape":"rect","x":50,"y":50,"width":200,"height":120,"fill":"#ff0066"},
{"id":"s2","type":"shape","shape":"ellipse","x":300,"y":50,"width":180,"height":120,"fill":"#00ccff"},
{"id":"s3","type":"shape","shape":"line","x":50,"y":220,"width":300,"height":0,"stroke":{"color":"#000","width":2}}
]
},
{
"id": "images",
"width": 800,
"height": 600,
"elements": [
{"id":"img1","type":"image","x":50,"y":50,"width":200,"height":150,"data":"","mime":"image/png"}
]
}
]
}