Interface CDNImageOptions<T>

Image options.

Type Parameters

Hierarchy

  • CDNImageOptions

Properties

Properties

dynamic?: T extends "gif"
    ? boolean
    : never

If the image is animated, automatically make it a gif.

Default

true
format?: T

The image's format.

Default

png

size?: 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096

The image's size.

Default

undefined

Generated using TypeDoc