We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcbdd76 + 67e4cb3 commit 0e316b3Copy full SHA for 0e316b3
src/Image/index.tsx
@@ -14,7 +14,7 @@ export type compressionMethod = 'auto' | 'manual';
14
15
export type CompressorOptions = {
16
/***
17
- * The maximum width boundary used when compressing a landscape image.
+ * The compression method to use.
18
*/
19
compressionMethod?: compressionMethod;
20
0 commit comments