@kontent-ai/delivery-sdk
Version:
Official Kontent.AI Delivery API SDK
9 lines • 440 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.transformImageUrl = void 0;
const image_url_transformation_builder_1 = require("./image-url-transformation-builder");
function transformImageUrl(url) {
return new image_url_transformation_builder_1.ImageUrlTransformationBuilder(url);
}
exports.transformImageUrl = transformImageUrl;
//# sourceMappingURL=image-url-transformation-builder.factory.js.map