Files
googlevideo/examples/README.md
2024-09-13 14:07:55 -03:00

338 B

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