UNPKG

@cloudinary/url-gen

Version:

Cloudinary URL-Gen SDK ========================= [![Build Status](https://api.travis-ci.com/cloudinary/js-url-gen.svg?branch=master)](https://app.travis-ci.com/github/cloudinary/js-url-gen) ## About The Cloudinary URL-Gen SDK allows you to quickly and eas

22 lines (21 loc) 503 B
/** * @description - Not currently in use * @private */ interface ITagConfig { hiDpi?: boolean; clientHints?: boolean; unsignedUpload?: boolean; voidClosingSlash?: boolean; sortAttributes?: boolean; videoPosterFormat?: string; quotesType?: string; contentDelimiter: string; responsive: { isResponsive: boolean; responsiveClass?: string; responsiveWidth?: boolean; responsivePlaceholder?: string; }; } export default ITagConfig;