Skip to content

Commit a8958ea

Browse files
committed
fix: add maxsize typo in video compression
1 parent 17d57ff commit a8958ea

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
@@ -13,6 +13,7 @@ export declare type FileSystemAcceptedUploadHttpMethod =
1313
export type compressionMethod = 'auto' | 'manual';
1414
type videoCompresssionType = {
1515
bitrate?: number;
16+
maxSize?: number;
1617
compressionMethod?: compressionMethod;
1718
minimumFileSizeForCompress?: number;
1819
};

0 commit comments

Comments
 (0)