UNPKG

@kontent-ai/delivery-sdk

Version:
9 lines 440 B
"use strict"; 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