23 lines
330 B
Markdown
23 lines
330 B
Markdown
Browser Examples
|
|
==================
|
|
|
|
To run this example, execute:
|
|
|
|
```
|
|
$ npm start
|
|
```
|
|
|
|
Visit http://localhost:3000/examples/browser/transcode.html
|
|
|
|
|
|
Web Worker Examples
|
|
==================
|
|
|
|
To run the webworker example, execute:
|
|
|
|
```
|
|
$ npm run start:worker
|
|
```
|
|
|
|
Visit http://localhost:3000/examples/browser/transcode.worker.html
|