chore(docs): add images to the docs for the JS binding
This commit is contained in:
BIN
docs/_static/img/js_calculator.gif
vendored
Normal file
BIN
docs/_static/img/js_calculator.gif
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 519 KiB |
BIN
docs/_static/img/js_code.png
vendored
Normal file
BIN
docs/_static/img/js_code.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 312 KiB |
BIN
docs/_static/img/js_on_device.jpg
vendored
Normal file
BIN
docs/_static/img/js_on_device.jpg
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 189 KiB |
BIN
docs/_static/img/js_widgets_demo.gif
vendored
Normal file
BIN
docs/_static/img/js_widgets_demo.gif
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
@@ -4,11 +4,11 @@
|
||||
|
||||
**Code**
|
||||
|
||||
<img src="https://github.com/lvgl/lv_binding_js/blob/master/demo/screenshoot/code.png">
|
||||
<img src="_static/img/js_code.png">
|
||||
|
||||
|
||||
**Code Runing on Real Device**
|
||||
<img src="https://github.com/lvgl/lv_binding_js/blob/master/demo/screenshoot/real_device.jpg" style="transform: rotate(270deg)">
|
||||
<img src="_static/img/js_on_device.jpg" style="transform: rotate(270deg); max-width:100%">
|
||||
|
||||
## Table of Contents
|
||||
|
||||
@@ -34,10 +34,10 @@
|
||||
## Demo
|
||||
|
||||
### Widgets
|
||||

|
||||

|
||||
|
||||
### Calculator
|
||||

|
||||

|
||||
|
||||
|
||||
## building
|
||||
@@ -111,4 +111,4 @@ lvgljs depends on following excellent work
|
||||
[QuickJS](https://bellard.org/quickjs/): JavaScript engine
|
||||
[libuv](https://github.com/libuv/libuv): platform abstraction layer
|
||||
[curl](https://github.com/curl/curl): HTTP client
|
||||
[txiki.js](https://github.com/saghul/txiki.js): Tiny JavaScript runtime
|
||||
[txiki.js](https://github.com/saghul/txiki.js): Tiny JavaScript runtime
|
||||
|
||||
Reference in New Issue
Block a user