chore(docs): fix image in the docs of the JS binding

This commit is contained in:
Gabor Kiss-Vamosi 2022-11-09 09:02:55 +01:00
parent 12ca08c649
commit 2055651df2

View File

@ -4,11 +4,11 @@
**Code**
<img src="_static/img/js_code.png">
<img src="/_static/img/js_code.png">
**Code Runing on Real Device**
<img src="_static/img/js_on_device.jpg" style="transform: rotate(270deg); max-width:100%">
<img src="/_static/img/js_on_device.jpg" style="transform: rotate(270deg); max-width:100%">
## Table of Contents
@ -34,10 +34,10 @@
## Demo
### Widgets
![Widgets demo with the JS binding of LVGL](_static/img/js_demo_widgets.gif)
![Widgets demo with the JS binding of LVGL](/_static/img/js_demo_widgets.gif)
### Calculator
![Calculator demo with the JaveScript binding of LVGL](_static/img/js_calculator.gif)
![Calculator demo with the JaveScript binding of LVGL](/_static/img/js_calculator.gif)
## building