UMD Web Elements Library
    Preparing search index...

    Variable gifConst

    gif: (
        __namedParameters: { image: HTMLImageElement },
    ) => {
        destroy: () => void;
        element: HTMLDivElement;
        events?: Record<string, Function>;
        styles: string;
        update?: (props: Partial<BuilderOptions>) => void;
    } = CreateGifElement

    Type Declaration

      • (
            __namedParameters: { image: HTMLImageElement },
        ): {
            destroy: () => void;
            element: HTMLDivElement;
            events?: Record<string, Function>;
            styles: string;
            update?: (props: Partial<BuilderOptions>) => void;
        }
      • Parameters

        • __namedParameters: { image: HTMLImageElement }

        Returns {
            destroy: () => void;
            element: HTMLDivElement;
            events?: Record<string, Function>;
            styles: string;
            update?: (props: Partial<BuilderOptions>) => void;
        }