tsParticles - v0.0.0
    Preparing search index...
    interface IImageShape {
        close?: boolean;
        fill?: boolean;
        gif: boolean;
        height: number;
        name: string;
        particles?: RecursivePartial<IParticlesOptions>;
        replaceColor: boolean;
        src: string;
        width: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    close?: boolean
    fill?: boolean
    gif: boolean
    height: number
    name: string
    replaceColor: boolean
    src: string
    width: number