From 21a78133acafb08b515608c75cef468373c9725a Mon Sep 17 00:00:00 2001 From: ying_123 Date: Fri, 9 Jun 2023 11:17:06 +0800 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01f357a..be7036f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ const hls2mp4 = new Hls2Mp4({ /** * the type of output file, can be mp4 or ts, default: mp4 */ - outputType?: OutputType; + outputType?: 'mp4' | 'ts'; }, (type, progress) => { // type = 0 => load FFmpeg