Add util and rewrite examples (WIP)
This commit is contained in:
22
apps/browser/README.md
Normal file
22
apps/browser/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
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
|
||||
Reference in New Issue
Block a user