Hello,
after integration in my electron app with yarn add deutschesoft/awml
I don't understand well how to integrate AWML in my frontend.
I've test: <script type=module src="../node_modules/@deutschesoft/awml/src/index.js"></script> in the head of my index.html
with:
<h1>These two knobs stay in sync</h1>
<awml-knob min='0' max='10'>
<awml-option type=bind name='value' src='local:foo'></awml-option>
</awml-knob>
<awml-knob min='0' max='10'>
<awml-option type=bind name='value' src='local:foo'></awml-option>
</awml-knob>
</awml-root>
in the body but nothing appear ....
regards
Hello,
after integration in my electron app with
yarn add deutschesoft/awmlI don't understand well how to integrate AWML in my frontend.
I've test:
<script type=module src="../node_modules/@deutschesoft/awml/src/index.js"></script>in the head of my index.htmlwith:
regards