lexgui 0.1.18 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,12 +3,10 @@
3
3
  **lexgui.js** is a lightweight JavaScript library that allows you to create web interfaces using only JavaScript, HTML, and CSS. This library provides an easy-to-use API for building dynamic and interactive user interfaces without the need for complex frameworks or libraries. With lexgui.js, you can create custom UI components, handle user interactions, and update the interface dynamically.
4
4
 
5
5
  <img src="data/Screenshot.png" alt="Screenshot" style="width: 100%"/>
6
- <table>
7
- <tr>
8
- <td valign="top"><img src="data/Screenshot_Godot.png"/></td>
9
- <td valign="top"><img src="data/Screenshot_Code.png"/></td>
10
- </tr>
11
- </table>
6
+ <img src="data/Screenshot_Godot.png"/>
7
+
8
+ ### Code Editor
9
+ <img src="data/Screenshot_Code.png"/>
12
10
 
13
11
  ## Docs
14
12
 
@@ -20,13 +18,12 @@ Look at this [examples](https://jxarco.github.io/lexgui.js/examples/) to see how
20
18
 
21
19
  ## Projects using lexgui.js
22
20
 
23
- ### [Animics](https://github.com/upf-gti/SignON-editor) (EU H2020 SignON project)
24
-
25
- <img src="data/scriptAnimation_signon.png" alt="scriptAnimation_signon"/>
26
-
27
- ### [Performs](https://github.com/upf-gti/SignON-realizer) (EU H2020 SignON project)
28
-
29
- <img src="data/realizer_signon.png" alt="scriptAnimation_signon"/>
21
+ <table>
22
+ <tr>
23
+ <td valign="top"><h3>Animics (EU H2020 SignON project)</h3><a href="https://github.com/upf-gti/SignON-editor">github.com/upf-gti/SignON-editor</a><br><br><img src="data/scriptAnimation_signon.png" alt="scriptAnimation_signon"/></td>
24
+ <td valign="top"><h3>Performs (EU H2020 SignON project)</h3><a href="https://github.com/upf-gti/SignON-realizer">github.com/upf-gti/SignON-realizer</a><br><br><img src="data/realizer_signon.png" alt="scriptAnimation_signon"/></td>
25
+ </tr>
26
+ </table>
30
27
 
31
28
  ## Contributors
32
29