Skip to content

Commit

Permalink
Merge pull request #328 from akshar-dave/patch-1
Browse files Browse the repository at this point in the history
Fixed repetition
  • Loading branch information
numandev1 authored Jan 2, 2025
2 parents bcbdd76 + 67e4cb3 commit 0e316b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Image/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type compressionMethod = 'auto' | 'manual';

export type CompressorOptions = {
/***
* The maximum width boundary used when compressing a landscape image.
* The compression method to use.
*/
compressionMethod?: compressionMethod;
/***
Expand Down

0 comments on commit 0e316b3

Please sign in to comment.