tsParticles - v0.0.0
    Preparing search index...
    interface IResponsive {
        maxWidth: number;
        mode: "screen" | "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" | "canvas" | ResponsiveMode

    Responsive mode.

    Options to override.