include convert html to sigpro

This commit is contained in:
2026-05-09 17:09:56 +02:00
parent a0701422f5
commit 5a2cefa115
6 changed files with 154 additions and 3 deletions

11
docs/convert.md Normal file
View File

@@ -0,0 +1,11 @@
# HTML to SigPro Converter
Convert your existing HTML markup directly into SigPro Tag Helper syntax. Paste your HTML in the left panel and get clean, ready-to-use SigPro code on the right.
## Usage
<div id="sigpro-converter"></div>
```js
mount(window.converter, '#sigpro-converter');
```