photoeditorsdk
Version:
The most comprehensive photo editor SDK for HTML5
16 lines (15 loc) • 456 B
TypeScript
export declare enum AdjustmentIdentifier {
BRIGHTNESS = "brightness",
CONTRAST = "contrast",
SATURATION = "saturation",
CLARITY = "clarity",
SHADOWS = "shadows",
HIGHLIGHTS = "highlights",
EXPOSURE = "exposure",
GAMMA = "gamma",
BLACKS = "blacks",
WHITES = "whites",
TEMPERATURE = "temperature",
SHARPNESS = "sharpness"
}
export declare const AdjustmentIdentifierKeys: Record<AdjustmentIdentifier, boolean>;