Methods
- 
			
<static> none()
 - 
	
Details
 - 
			
<static> semi()
 - 
	
Details
 - 
			
<static> steep()
 - 
	
Details
 - 
			
<static> progressive()
 - 
	
Details
 
Contains functions to select the mode when using a progressive format. Learn more: Progressive modes
			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()))