webm-muxer
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -94,3 +94,3 @@ /** | ||
/** The file data will be written into a single large buffer, which is then stored in `buffer`. */ | ||
/** The file data will be written into a single large buffer, which is then stored in `buffer` upon finalization. */ | ||
declare class ArrayBufferTarget { | ||
@@ -191,6 +191,4 @@ buffer: ArrayBuffer; | ||
* finished. This method will then finish up the writing process of the WebM file. | ||
* @returns Should you have used `target: 'buffer'` in the configuration options, this method will return the | ||
* buffer containing the final WebM file. | ||
*/ | ||
finalize(): ArrayBuffer | null; | ||
finalize(): void; | ||
} | ||
@@ -197,0 +195,0 @@ |
{ | ||
"name": "webm-muxer", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "WebM multiplexer in pure TypeScript with support for WebCodecs API, video & audio.", | ||
@@ -5,0 +5,0 @@ "main": "./build/webm-muxer.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72750
1267