textmode.js / layering / TEXTMODE_LAYER_BLEND_MODES
Variable: TEXTMODE_LAYER_BLEND_MODES
ts
const TEXTMODE_LAYER_BLEND_MODES: readonly ["normal", "additive", "multiply", "screen", "subtract", "darken", "lighten", "overlay", "softLight", "hardLight", "colorDodge", "colorBurn", "difference", "exclusion"];Use the LayerBlendMode enum and the t.BLEND_* constants (e.g. t.BLEND_ADDITIVE). String blend modes are accepted for backwards compatibility and emit a deprecation warning; they will be removed in a future version.