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

    Interface SetDimensionOption

    Configuration interface for CAPTCHA canvas dimensions.

    interface SetDimensionOption {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    Height of the CAPTCHA image in pixels

    width: number

    Width of the CAPTCHA image in pixels