tsParticles - v4.0.0-beta.12
    Preparing search index...

    The responsive options

    interface IResponsive {
        maxWidth: number;
        mode: "screen" | "window" | "canvas" | ResponsiveMode;
        options: ISourceOptions;
    }

    Implemented by

    Index

    Properties

    Properties

    maxWidth: number

    Maximum width of the canvas or the screen, depending on mode value.

    mode: "screen" | "window" | "canvas" | ResponsiveMode

    Responsive mode.

    Options to override.