captcha-canvas API Documentation - v3.3.4
    Preparing search index...

    Interface SetTraceOption

    Configuration interface for trace lines connecting CAPTCHA characters.

    const config: SetTraceOption = {
    color: '#95a5a6',
    size: 3,
    opacity: 0.8
    };
    interface SetTraceOption {
        color?: string;
        size?: number;
        opacity?: number;
    }
    Index

    Properties

    Properties

    color?: string

    Color of the trace line

    size?: number

    Width of the trace line in pixels

    opacity?: number

    Opacity of the trace line (0.0 to 1.0)