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.
1 parent 63ebc6d commit d8a2d11Copy full SHA for d8a2d11
src/interfaces/UploadOptions.ts
@@ -20,6 +20,8 @@ interface Transformation {
20
/**
21
* Specifies pre-transformations to be applied. Must be a valid string of transformations like "w-300,h-300".
22
* Refer to the docs for more details on transformations.
23
+ *
24
+ * {@link https://imagekit.io/docs/dam/pre-and-post-transformation-on-upload#pre-transformation}
25
*/
26
pre?: string;
27
0 commit comments