tsParticles - v4.3.2
    Preparing search index...

    The image interface, used for keeping useful data for drawing

    interface IImage {
        color?: IHsl;
        element?: HTMLImageElement;
        error: boolean;
        loading: boolean;
        name: string;
        ratio?: number;
        replaceColor?: boolean;
        source: string;
        svgData?: string;
        type: string;
    }
    Index

    Properties

    color?: IHsl
    error: boolean
    loading: boolean
    name: string
    ratio?: number
    replaceColor?: boolean
    source: string
    svgData?: string
    type: string