mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-12 22:03:29 +02:00
add libfabric and ImageEditor
This commit is contained in:
10
ImageEditor/assets/scheme.html
Normal file
10
ImageEditor/assets/scheme.html
Normal file
@ -0,0 +1,10 @@
|
||||
<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>
|
Reference in New Issue
Block a user