UNPKG

@mescius/dsimageviewer

Version:

Document Solutions Image Viewer

9 lines (8 loc) 200 B
export declare type GifOptions = { cumulative?: boolean; maxBufferLength?: number; playOnHover?: boolean; playOnClick?: boolean; autoPlay?: boolean; speed?: number; };