Update api.md

This commit is contained in:
jeromewu
2020-04-29 10:30:57 +08:00
committed by GitHub
parent 191c572fff
commit c67d332ad7

View File

@@ -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:**