From 6948eee9b12e13ea7db9287b96385b05a8a6cc9a Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 9 Nov 2022 09:47:10 +0100 Subject: [PATCH] docs(js): remove gif as they cannot be included in PDF --- docs/get-started/bindings/javascript.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/get-started/bindings/javascript.md b/docs/get-started/bindings/javascript.md index 14962ec0a..840b430be 100644 --- a/docs/get-started/bindings/javascript.md +++ b/docs/get-started/bindings/javascript.md @@ -33,14 +33,10 @@ ## Demo -### Widgets -![Widgets demo with the JS binding of LVGL](/_static/img/js_widgets_demo.gif) - -### Calculator -![Calculator demo with the JaveScript binding of LVGL](/_static/img/js_calculator.gif) +See the [demo](https://github.com/lvgl/lv_binding_js/tree/master/demo) folder -## building +## Building The following are developer notes on how to build lvgljs on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.