UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

12 lines (11 loc) 269 B
export declare enum BlendMode { NORMAL = "normal", OVERLAY = "overlay", SOFT_LIGHT = "softLight", HARD_LIGHT = "hardLight", MULTIPLY = "multiply", DARKEN = "darken", COLOR_BURN = "colorBurn", SCREEN = "screen", LIGHTEN = "lighten" }