mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
10 lines
325 B
HTML
10 lines
325 B
HTML
|
<afx-app-window apptitle="Image Editor" width="600" height="600" data-id="ImageEditor">
|
||
|
<afx-hbox>
|
||
|
<div data-width="2"></div>
|
||
|
<afx-vbox>
|
||
|
<div data-id="stage"></div>
|
||
|
<div data-height="2"></div>
|
||
|
</afx-vbox>
|
||
|
<div data-width="2"></div>
|
||
|
</afx-hbox>
|
||
|
</afx-app-window>
|