antosdk-apps/SVGEdit/scheme.html
DanyLE 4a62c4d1cf
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
add SVGEdit package
2023-08-17 23:54:41 +02:00

5 lines
237 B
HTML

<afx-app-window apptitle="SVGEdit" width="500" height="400" data-id="SVGEdit">
<afx-hbox >
<iframe frameborder="0" data-id="container" src="" allow="clipboard-read; clipboard-write"></iframe>
</afx-hbox>
</afx-app-window>