mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-26 00:02:00 +00:00
25 lines
338 B
Markdown
25 lines
338 B
Markdown
**NOTE:**
|
|
Build the library first before running the examples!
|
|
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
## Browser Example
|
|
|
|
```bash
|
|
cd examples/browser/web
|
|
npm install
|
|
npm run dev
|
|
|
|
# Proxy server
|
|
deno run --allow-net --allow-read examples/browser/proxy/deno.ts
|
|
```
|
|
|
|
## Downloader Example
|
|
|
|
```bash
|
|
cd examples/downloader
|
|
npm install
|
|
npx tsx main.ts
|
|
``` |