wyzie-lib 2.1.3 → 2.1.4
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 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -48,6 +48,8 @@ const vttContent = await parseToVTT(data[0].url); // Passes the first subtitle U
|
|
|
48
48
|
console.log(vttContent); // Prints the raw VTT content
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
+
Check out demo.html for a working example using the VTT parser.
|
|
52
|
+
|
|
51
53
|
### Parameters
|
|
52
54
|
|
|
53
55
|
| Parameter | Name | Description |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wyzie-lib",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"icon": "https://i.postimg.cc/L5ppKYC5/cclogo.png",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"prettier": "^3.4.2",
|
|
43
43
|
"typescript": "^5.7.3",
|
|
44
44
|
"vite": "^4.5.5",
|
|
45
|
-
"vite-plugin-dts": "^4.
|
|
45
|
+
"vite-plugin-dts": "^4.5.0",
|
|
46
46
|
"vitest": "^2.1.8"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|