@cld-apis/utils
Version:
Cloudinary constants and helpers for transformations
13 lines (12 loc) • 329 B
TypeScript
export declare const ColorSpace: {
readonly sRGB: "srgb";
readonly noCMYK: "no_cmyk";
readonly keepCMYK: "keep_cmyk";
};
export declare const VColorSpace: {
readonly tinySRGB: "tinysrgb";
readonly copy: "copy";
readonly sRGB: "srgb";
readonly noCMYK: "no_cmyk";
readonly keepCMYK: "keep_cmyk";
};