Interface MakeURLOptions

The options to use when making a CDN URL

Hierarchy

  • MakeURLOptions

Properties

allowedExtensions?: readonly string[]

The allowed extensions that can be used

base?: string

The base URL.

Default Value

DefaultRestOptions.cdn

extension?: string

The extension to use for the image URL

Default Value

'webp'

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

The size specified in the image URL

Generated using TypeDoc