NOTE: Build the library first before running the examples!
npm run build
cd examples/browser/web
npm install
npm run dev
# Proxy server
deno run --allow-net --allow-read examples/browser/proxy/deno.ts
cd examples/downloader
npm install
npx tsx main.ts
# Example with ffmpeg
npx tsx ffmpeg-example.ts
cd examples/onesie-request
npm install
npx tsx main.ts