tsParticles - v0.0.0
    Preparing search index...

    The particle image, containing also some particles options

    interface IParticleImage {
        color?: IHsl;
        data: IImage;
        element?: HTMLImageElement;
        gif: boolean;
        gifData?: GIF;
        gifLoopCount?: number;
        loaded?: boolean;
        ratio: number;
        replaceColor: boolean;
        source: string;
    }
    Index

    Properties

    color?: IHsl
    data: IImage
    element?: HTMLImageElement
    gif: boolean
    gifData?: GIF
    gifLoopCount?: number
    loaded?: boolean
    ratio: number
    replaceColor: boolean
    source: string