dasha 4.0.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,14 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
Library for working with MPEG-DASH (`.mpd`) and HLS (`.m3u8`) manifests through a mediabunny-compatible `Input` API. Made with the purpose of obtaining a simplified representation convenient for further downloading of segments by URLs and getting basic metadata about the tracks.
|
|
8
8
|
|
|
9
|
-
> [!WARNING]
|
|
10
|
-
> This README is for the alpha version. Info about latest stable version is available on [NPM](https://www.npmjs.com/package/dasha/v/3.1.5) or [another GitHub branch](https://github.com/azot-labs/dasha/tree/v3).
|
|
11
|
-
|
|
12
|
-
|
|
13
9
|
## Install
|
|
14
10
|
|
|
15
11
|
```shell
|
|
16
|
-
npm install dasha
|
|
12
|
+
npm install dasha
|
|
17
13
|
```
|
|
18
14
|
|
|
19
15
|
## Usage
|