mediabunny 1.3.1 → 1.3.2
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
|
@@ -49,6 +49,8 @@ Core features include:
|
|
|
49
49
|
npm install mediabunny
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
+
Requires any JavaScript environment that can run ECMAScript 2021 or later. Mediabunny is expected to be run in modern browsers. For types, TypeScript 5.7 or later is required.
|
|
53
|
+
|
|
52
54
|
### Read file metadata
|
|
53
55
|
|
|
54
56
|
```js
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mediabunny",
|
|
3
3
|
"author": "Vanilagy",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.2",
|
|
5
5
|
"description": "Pure TypeScript media toolkit for reading, writing, and converting media files, directly in the browser.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/bundles/mediabunny.cjs",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@types/dom-mediacapture-transform": "^0.1.11",
|
|
52
|
-
"@types/dom-webcodecs": "
|
|
52
|
+
"@types/dom-webcodecs": "0.1.13"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@eslint/js": "^9.22.0",
|