From c67d332ad732ec7bd3b81129dea3d554d2756650 Mon Sep 17 00:00:00 2001 From: jeromewu Date: Wed, 29 Apr 2020 10:30:57 +0800 Subject: [PATCH] Update api.md --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index a782052..a8dbba9 100644 --- a/docs/api.md +++ b/docs/api.md @@ -62,7 +62,7 @@ ffmpeg.write() writes data to specific path in Emscripten file system, it is an **Arguments:** - `path` path to write data to file system -- `data` data to write, can be Uint8Array, URL or base64 format +- `data` data to write, can be Uint8Array, URL, File, Blob or base64 format **Examples:**