Skip to content

Commit 79f39b6

Browse files
authored
Update README.md
1 parent 88306d7 commit 79f39b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Following options can be passed during initialization of transformImage that ret
119119

120120
| Name | Type | Description | Default |
121121
|------------------|----------|----------------------------------------------------------------------|------------------------|
122-
| sizeLimit | int | the byte size limit for the input file/blob | 16*1024*1024 = 16MB |
122+
| sizeLimit | int | the byte size limit for the input file/blob | 16777216 bytes = 16MB |
123123
| outputType | enum | defines the output object format. Allowed values :- blob/base64/file | blob |
124124
| allowedFileTypes | []string | allowed types for the input file/blob e.g. PNG, JPEG, JPG | ["jpg", "png", "jpeg"] |
125125

0 commit comments

Comments
 (0)