penframe
Version:
A lightweight DSL-based wireframe and UI structure visualization tool.
29 lines • 456 B
JSON
[
{
"type": "config",
"name": "pc",
"width": 800,
"height": 600,
"title": "Image Test"
},
{
"type": "headline",
"value": "Image Placeholders",
"level": 2
},
{
"type": "image",
"width": 200,
"height": 150,
"alt": "Company Logo"
},
{
"type": "image",
"x": 250,
"y": 100,
"width": 100,
"height": 100,
"color": "#e91e63",
"alt": "Icon"
}
]