Added web worker example

This commit is contained in:
Nathan Johnson
2022-05-17 16:50:23 -05:00
parent 09871cc01a
commit da317da7ef
7 changed files with 139 additions and 0 deletions

View File

@@ -8,3 +8,15 @@ $ 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