konowebcodecs/apps/browser
2023-07-23 23:20:58 +08:00
..
concatDemuxer.html Clean up browser examples 2023-07-23 22:58:36 +08:00
package.json Mark apps as private 2022-10-06 10:38:35 +08:00
README.md Add util and rewrite examples (WIP) 2022-09-23 17:11:48 +08:00
style.css Add util and rewrite examples (WIP) 2022-09-23 17:11:48 +08:00
transcode.esm.html Support type module use case 2023-07-23 22:35:46 +08:00
transcode.html Add elapsed time in progress callback 2023-07-23 23:20:58 +08:00
trim.html Clean up browser examples 2023-07-23 22:58:36 +08:00

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