Interface InputImage

Slideshow options for a single image.
These options override options from SlideshowOptions.

Hierarchy

  • InputImage

Properties

buffer?: Buffer

Image buffer
Either buffer or filePath must be provided

filePath?: string

Image file path
Either filePath or buffer must be provided

duration?: number

Duration of this image in milliseconds.
Overrides ImageOptions.imageDuration.

transition?: TransitionType

Transition type to use when transitioning to the next image.
Overrides TransitionOptions.imageTransition.

transitionDuration?: number

Transition duration after this image in milliseconds.
Overrides TransitionOptions.transitionDuration.

Generated using TypeDoc