tsParticles - v4.1.1
    Preparing search index...

    The preload image options

    interface IPreload {
        gif: boolean;
        height?: number;
        name?: string;
        replaceColor?: boolean;
        src: string;
        width?: number;
    }

    Implemented by

    Index

    Properties

    gif: boolean

    Enables gif support

    height?: number

    The image height

    name?: string

    The image name

    replaceColor?: boolean

    Replace the color with the particle color

    src: string

    The image source

    width?: number

    The image width