Update api.md

This commit is contained in:
jeromewu 2020-04-29 10:30:57 +08:00 committed by GitHub
parent 191c572fff
commit c67d332ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ ffmpeg.write() writes data to specific path in Emscripten file system, it is an
**Arguments:** **Arguments:**
- `path` path to write data to file system - `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:** **Examples:**