webm-muxer
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "webm-muxer", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "WebM multiplexer in pure TypeScript with support for WebCodecs API, video & audio.", | ||
@@ -5,0 +5,0 @@ "main": "./build/webm-muxer.js", |
@@ -127,4 +127,4 @@ # webm-muxer - JavaScript WebM multiplexer | ||
bytes at which to write the data and a boolean indicating whether the muxer is done writing data. Note that the same | ||
segment of bytes might be written to multiple times and therefore you need to write the data in the same order the | ||
function gave it to you. | ||
segment of bytes might be written to multiple times, and therefore you need to write the data in the same order the | ||
function gave it to you. If you don't want this, set `streaming` to `true`. | ||
@@ -131,0 +131,0 @@ ```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
73750