Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit efa401f

Browse files
Add Resize.auto transformation (#590)
1 parent e1b9719 commit efa401f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@
150150
}
151151
},
152152
"dependencies": {
153-
"@cloudinary/transformation-builder-sdk": "^1.9.0"
153+
"@cloudinary/transformation-builder-sdk": "^1.10.0"
154154
}
155-
}
155+
}

src/actions/resize.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import {
1313
limitFill,
1414
minimumFit,
1515
limitPad,
16-
fillPad
16+
fillPad,
17+
auto
1718
} from "@cloudinary/transformation-builder-sdk/actions/resize";
1819

1920
export {
@@ -31,5 +32,6 @@ export {
3132
limitFill,
3233
minimumFit,
3334
limitPad,
34-
fillPad
35+
fillPad,
36+
auto
3537
};

0 commit comments

Comments
 (0)