From 2a357353e4d1607c52faee45034153666992e542 Mon Sep 17 00:00:00 2001 From: David Payr <1696106+Vanilagy@users.noreply.github.com> Date: Tue, 2 Jan 2024 02:05:30 +0100 Subject: [PATCH] README fix --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51c7e6f..e985809 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ This option specifies where the data created by the muxer will be written. The o constructor( onData: (data: Uint8Array, position: number) => void, onDone?: () => void, - options?: { chunked?: true, chunkSize?: number } + options?: { chunked?: boolean, chunkSize?: number } ); ``` diff --git a/package.json b/package.json index e6972a5..2ff2038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mp4-muxer", - "version": "3.0.2", + "version": "3.0.3", "description": "MP4 multiplexer in pure TypeScript with support for WebCodecs API, video & audio.", "main": "./build/mp4-muxer.js", "module": "./build/mp4-muxer.mjs",