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 e1b9719 commit efa401fCopy full SHA for efa401f
package.json
@@ -150,6 +150,6 @@
150
}
151
},
152
"dependencies": {
153
- "@cloudinary/transformation-builder-sdk": "^1.9.0"
+ "@cloudinary/transformation-builder-sdk": "^1.10.0"
154
155
-}
+}
src/actions/resize.ts
@@ -13,7 +13,8 @@ import {
13
limitFill,
14
minimumFit,
15
limitPad,
16
- fillPad
+ fillPad,
17
+ auto
18
} from "@cloudinary/transformation-builder-sdk/actions/resize";
19
20
export {
@@ -31,5 +32,6 @@ export {
31
32
33
34
35
36
37
};
0 commit comments