feat!: rework library (#27)

This commit is contained in:
Luan
2025-07-22 15:02:10 -03:00
committed by GitHub
parent 059b7a8a26
commit a744d6af0a
254 changed files with 16631 additions and 1586 deletions

View File

@@ -4,7 +4,7 @@ https://github.com/LuanRT/yt-sabr-shaka-demo
## Downloader Example
```bash
npm run build # If you haven't built the project yet.
npm run build # If you haven't built the library yet.
cd examples/downloader
npm install
npx tsx main.ts
@@ -16,7 +16,7 @@ npx tsx ffmpeg-example.ts
## "Onesie" Request Example
```bash
npm run build # If you haven't built the project yet.
npm run build # If you haven't built the library yet.
cd examples/onesie-request
npm install
npx tsx main.ts