File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 150150 }
151151 },
152152 "dependencies" : {
153- "@cloudinary/transformation-builder-sdk" : " ^1.14.0 "
153+ "@cloudinary/transformation-builder-sdk" : " ^1.15.1 "
154154 }
155155}
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ import {
4242 generativeBackgroundReplace ,
4343 upscale ,
4444 theme ,
45- enhance
45+ enhance ,
46+ extract
4647} from "@cloudinary/transformation-builder-sdk/actions/effect" ;
4748
4849export {
@@ -89,5 +90,6 @@ export {
8990 generativeBackgroundReplace ,
9091 upscale ,
9192 theme ,
92- enhance
93+ enhance ,
94+ extract
9395} ;
Original file line number Diff line number Diff line change 1+ import { Extract } from "@cloudinary/transformation-builder-sdk/actions/effect/Extract" ;
2+
3+ export { Extract } ;
You can’t perform that action at this time.
0 commit comments