Skip to content

Commit 6f61928

Browse files
committed
fix: add maxsize typo in video compression
1 parent 158c667 commit 6f61928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Video/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export declare type FileSystemAcceptedUploadHttpMethod =
1919
export type compressionMethod = 'auto' | 'manual';
2020
type videoCompresssionType = {
2121
bitrate?: number;
22+
maxSize?: number;
2223
compressionMethod?: compressionMethod;
2324
};
2425

0 commit comments

Comments
 (0)