penframe
Version:
A lightweight DSL-based wireframe and UI structure visualization tool.
27 lines (26 loc) • 415 B
JSON
[
{
"type": "config",
"name": "app",
"platform": "pc",
"width": 800,
"height": 600,
"scale": 1,
"title": "Sample App"
},
{
"type": "headline",
"value": "First Headline",
"level": 1
},
{
"type": "headline",
"value": "Second Headline"
},
{
"type": "headline",
"value": "third Headline",
"x": 300,
"y": 500
}
]