Files
googlevideo/examples
dependabot[bot] d13ee8c4f5 build(deps): bump rollup and vite in /examples/browser/web (#4)
Bumps [rollup](https://github.com/rollup/rollup) to 4.22.4 and updates ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together.


Updates `rollup` from 2.79.1 to 4.22.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.79.1...v4.22.4)

Updates `vite` from 3.2.10 to 5.4.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 15:33:06 -03:00
..
2024-09-25 14:36:16 -03:00
2024-09-18 16:08:05 -03:00

NOTE: Build the library first before running the examples!

npm run build

Browser Example

cd examples/browser/web
npm install
npm run dev

# Proxy server
deno run --allow-net --allow-read examples/browser/proxy/deno.ts

Downloader Example

cd examples/downloader
npm install
npx tsx main.ts

# Example with ffmpeg
npx tsx ffmpeg-example.ts

"Onesie" Request Example

cd examples/onesie-request
npm install
npx tsx main.ts