penframe
Version:
A lightweight DSL-based wireframe and UI structure visualization tool.
15 lines • 655 B
JSON
[
{
"type": "config",
"name": "pc",
"width": 800,
"height": 600,
"title": "Paragraph Test"
},
{ "type": "headline", "value": "Article Title" },
{ "type": "paragraph", "value": "This is the first paragraph. It is left-aligned by default." },
{ "type": "paragraph", "value": "This is the second paragraph, also left-aligned." },
{ "type": "paragraph", "value": "This one is centered.", "align": "center" },
{ "type": "paragraph", "value": "This one is right-aligned.", "align": "right", "color": "#888888" },
{ "type": "paragraph", "value": "This paragraph has a specific position.", "x": 100, "y": 200 }
]