@@ -26,7 +26,7 @@ Download and install the desktop application for your operating system directly
2626page. It provides the same web UI without needing to install Node.js or run any
2727commands — just download, install, and open.
2828
29- <video src =" ./media/ desktop-app .webm" controls width =" 600 " ></video >
29+ <video src =" https://res.cloudinary.com/dyzdjcx4u/video/upload/v1774526839/ desktop-app_texsw4 .webm" controls width =" 600 " ></video >
3030
3131### 2. Web UI (via CLI)
3232
@@ -54,7 +54,7 @@ Then start the local web server:
5454$ liaex serve
5555```
5656
57- <video src =" ./media/cli_ui .webm" controls width =" 600 " ></video >
57+ <video src =" https://res.cloudinary.com/dyzdjcx4u/video/upload/v1774526839/cli_ui_nlgjlg .webm" controls width =" 600 " ></video >
5858
5959This starts the LiaScript Export Server on port 3000 (default). You can specify a different port:
6060
@@ -92,7 +92,7 @@ Once installed, use `liaex` or `liascript-exporter`. Core options:
9292Format-specific options are documented in the sections below. You can also run
9393`liaex --help` at any time to see the full list.
9494
95- <video src="./media/cli_cmd .webm" controls width="600"></video>
95+ <video src="https://res.cloudinary.com/dyzdjcx4u/video/upload/v1774526840/cli_cmd_om6rsc .webm" controls width="600"></video>
9696
9797### Docker (Android export)
9898
@@ -120,7 +120,7 @@ this repository:
120120docker build -t liascript/exporter .
121121```
122122
123- <video src="./media/docker_cli .webm" controls width="600"></video>
123+ <video src="https://res.cloudinary.com/dyzdjcx4u/video/upload/v1774526840/docker_cli_m6qho6 .webm" controls width="600"></video>
124124
125125You can also use the Docker container to run the web UI:
126126
@@ -130,7 +130,7 @@ docker run --rm -p 4000:4000 liascript/exporter
130130
131131Then open <http://localhost:4000> in your browser to access the export UI.
132132
133- <video src="./media/docker_ui .webm" controls width="600"></video>
133+ <video src="https://res.cloudinary.com/dyzdjcx4u/video/upload/v1774526840/docker_ui_aubhvl .webm" controls width="600"></video>
134134
135135## Format Reference
136136
0 commit comments