Update download scripts and folder name

This commit is contained in:
jeromewu
2023-08-03 08:58:03 +00:00
parent 57a029afa9
commit 8e6bd28e5f
9 changed files with 4 additions and 5 deletions

View File

@@ -0,0 +1,28 @@
# Browser Examples
## Setup
You need to download assets from npm before running the examples:
```bash
$ npm run download
```
## Run
To run this example, execute:
```
$ npm start
```
Visit http://localhost:8080 to check avaiable examples.
## Examples
| Example | Description |
| ------- | ----------- |
| transcode.html | Transcoding example |
| transcode.esm.html | Transcoding example using module |
| trim.html | Video trimming exmple |
| concatDemuxer.html | Video concat exmple |