Skip to content

Commit a653444

Browse files
committed
docs: typo
1 parent cd601b7 commit a653444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const options: Options = {
123123
libURL: string, // optional, the libURL of this library for importing script in Web Worker (default: https://cdn.jsdelivr.net/npm/browser-image-compression/dist/browser-image-compression.js)
124124
preserveExif: boolean, // optional, use preserve Exif metadata for JPEG image e.g., Camera model, Focal length, etc (default: false)
125125

126-
signal: AbortSignal, // options, to abort / cancel the compression
126+
signal: AbortSignal, // optional, to abort / cancel the compression
127127

128128
// following options are for advanced users
129129
maxIteration: number, // optional, max number of iteration to compress the image (default: 10)

0 commit comments

Comments
 (0)