chore(readme): Add some cool badges

This commit is contained in:
Luan
2024-11-02 02:22:21 -03:00
parent c4307b247d
commit ce816810e0

View File

@@ -1,6 +1,11 @@
# What Is This?
[![JSR](https://jsr.io/badges/@luanrt/googlevideo)](https://jsr.io/@luanrt/googlevideo)
[![NPM](https://img.shields.io/npm/v/googlevideo)](https://www.npmjs.com/package/googlevideo)
[![License](https://img.shields.io/github/license/LuanRT/googlevideo)](./LICENSE)
This is a collection of utilities for working with Google Video APIs, with a primary focus on UMP.
* [Video Streaming Protos](./protos/video_streaming/)
* [UMP (Parser)](./src/core/UMP.ts)
* [ServerAbrStream (SABR Client)](./src/core/ServerAbrStream.ts)
@@ -13,7 +18,15 @@ Usage examples can be found [here](./examples/).
## Installation
```bash
# NPM
npm install googlevideo
# JSR / Deno
npx jsr add @luanrt/googlevideo
deno add jsr:@luanrt/googlevideo
# GitHub
npm install LuanRT/googlevideo
```
## Basic Usage