META UI Components
    Preparing search index...

    Interface IMeImageWatermark

    Интерфейс водяного знака

    interface IMeImageWatermark {
        color?: string;
        image?: string;
        offset?: string;
        opacity?: number;
        position?:
            | "center"
            | "top-left"
            | "top-right"
            | "bottom-left"
            | "bottom-right";
        size?: "small"
        | "normal"
        | "large";
        text?: string;
    }
    Index

    Properties

    color?: string

    Цвет водяного знака

    "#ffffff"
    
    image?: string

    Изображение водяного знака

    offset?: string

    Отступы от края

    "10px"
    
    opacity?: number

    Прозрачность водяного знака

    0.5
    
    position?: "center" | "top-left" | "top-right" | "bottom-left" | "bottom-right"

    Позиция водяного знака

    "bottom-right"
    
    size?: "small" | "normal" | "large"

    Размер водяного знака

    "normal"
    
    text?: string

    Текст водяного знака