@cloudinary/url-gen
Version:
Cloudinary URL-Gen SDK ========================= [](https://app.travis-ci.com/github/cloudinary/js-url-gen) ## About The Cloudinary URL-Gen SDK allows you to quickly and eas
16 lines (15 loc) • 774 B
JavaScript
export { Resize } from "./actions/resize.js";
export { Border } from "./actions/border.js";
export { RoundCorners } from "./actions/roundCorners.js";
export { Effect } from "./actions/effect.js";
export { Rotate } from "./actions/rotate.js";
export { Adjust } from "./actions/adjust.js";
export { Overlay } from "./actions/overlay.js";
export { Underlay } from "./actions/underlay.js";
export { NamedTransformation } from "./actions/namedTransformation.js";
export { Delivery } from "./actions/delivery.js";
export { CustomFunction } from "./actions/customFunction.js";
export { VideoEdit } from "./actions/videoEdit.js";
export { Transcode } from "./actions/transcode.js";
export { PSDTools } from "./actions/psdTools.js";
export { Animated } from "./actions/animated.js";