Skip to content

Commit 8e780ca

Browse files
committed
readme: switch back to video tag
1 parent 2db5206 commit 8e780ca

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Download and install the desktop application for your operating system directly
2626
page. It provides the same web UI without needing to install Node.js or run any
2727
commands — just download, install, and open.
2828

29-
![Desktop App Demo](https://github.com/user-attachments/assets/05ddc764-8522-437a-b569-00b4df7d98b6)
29+
<video src="https://github.com/user-attachments/assets/05ddc764-8522-437a-b569-00b4df7d98b6" 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-
![Web UI Demo](https://github.com/user-attachments/assets/f9d02a38-f6e0-45ef-b7a1-f9f424f8f318)
57+
<video src="https://github.com/user-attachments/assets/f9d02a38-f6e0-45ef-b7a1-f9f424f8f318" controls width="600"></video>
5858

5959
This 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:
9292
Format-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-
![CLI Demo](https://github.com/user-attachments/assets/591a6c89-f91e-401f-8b6d-8523f7173d78)
95+
<video src="https://github.com/user-attachments/assets/591a6c89-f91e-401f-8b6d-8523f7173d78" controls width="600"></video>
9696
9797
### Docker (Android export)
9898
@@ -120,7 +120,7 @@ this repository:
120120
docker build -t liascript/exporter .
121121
```
122122
123-
![Docker CLI Demo](https://github.com/user-attachments/assets/f6cdc80d-1765-41bb-8f09-fa0a8fd26047)
123+
<video src="https://github.com/user-attachments/assets/f6cdc80d-1765-41bb-8f09-fa0a8fd26047" controls width="600"></video>
124124
125125
You 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
131131
Then open <http://localhost:4000> in your browser to access the export UI.
132132
133-
![Docker UI Demo](https://github.com/user-attachments/assets/10018dad-05b1-46f8-bfda-e5ffa9e81086)
133+
<video src="https://github.com/user-attachments/assets/10018dad-05b1-46f8-bfda-e5ffa9e81086" controls width="600"></video>
134134
135135
## Format Reference
136136

0 commit comments

Comments
 (0)