tsParticles - v4.3.0
    Preparing search index...
    interface IGifShape {
        close?: boolean;
        height: number;
        loopCount?: number;
        name?: string;
        particles?: RecursivePartial<IParticlesOptions>;
        src: string;
        width: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    close?: boolean
    height: number
    loopCount?: number
    name?: string
    src: string
    width: number