Progressive

Description

Contains functions to select the mode when using a progressive format. Learn more: Progressive modes

Examples

			import {Cloudinary} from "@cloudinary/url-gen";
			import {format} from "@cloudinary/url-gen/actions/delivery";
			import {jpg} from "@cloudinary/url-gen/qualifiers/format";
			import {steep} from "@cloudinary/url-gen/qualifiers/progressive";
			
			const yourCldInstance = new Cloudinary({cloud: {cloudName: 'demo'}});
			const image = yourCldInstance.image('woman');
			image.delivery(format(jpg()).progressive(steep()))