mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 08:42:31 +00:00
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>
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