@videts/vide 0.9.2 → 0.9.3
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Vide
|
|
2
2
|
|
|
3
3
|
[](https://github.com/hogekai/vide/actions/workflows/ci.yml)
|
|
4
4
|
[](https://www.npmjs.com/package/@videts/vide)
|
|
@@ -31,7 +31,7 @@ Web standards first — if the browser can do it, we don't reinvent it.
|
|
|
31
31
|
npm install @videts/vide
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
> Package is published as **@videts/vide** on npm. The project name is **
|
|
34
|
+
> Package is published as **@videts/vide** on npm. The project name is **Vide**.
|
|
35
35
|
|
|
36
36
|
## Quick Start
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@videts/vide",
|
|
3
|
-
"version": "0.9.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.9.3",
|
|
4
|
+
"description": "Modular, headless video player. Ads, streaming, DRM — use only what you need. Core under 3KB gzip.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"unpkg": "dist/vide.global.js",
|
|
7
7
|
"jsdelivr": "dist/vide.global.js",
|