include convert html to sigpro
This commit is contained in:
11
docs/convert.md
Normal file
11
docs/convert.md
Normal 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');
|
||||
```
|
||||
Reference in New Issue
Block a user