Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

References

IEncodeTools

Renames and exports default

Type aliases

BaseEncodingOptions

BaseEncodingOptions: EncodingOptions

BinaryEncoding

BinaryEncoding: BinaryEncoding

BinaryInputOutput

BinaryInputOutput: BinaryInputOutput

CompressionFormat

CompressionFormat: CompressionFormat

ConfiguredEncodingOptions

ConfiguredEncodingOptions: ConfiguredEncodingOptions

CropDims

CropDims: { height: number; left: number; top: number; width: number }

Image dimensions for crop

Type declaration

  • height: number
  • left: number
  • top: number
  • width: number

EncodeToolsFormat

EncodeToolsFormat: EncodeToolsFormat

EncodingOptions

EncodingOptions: EncodingOptions

ExtractedImageFormatContentType

ExtractedImageFormatContentType: ExtractedContentType<ImageFormat>

ImageFormat and content type extracted from the HTTP request

ExtractedSerializationFormatContentType

ExtractedSerializationFormatContentType: ExtractedContentType<SerializationFormat>

SerializationFormat and content type extracted from the HTTP request

HTTPRequestWithHeader

HTTPRequestWithHeader: { headers: {} }

Type declaration

  • headers: {}
    • [name: string]: string | string[]

HashAlgorithm

HashAlgorithm: HashAlgorithm

IDFormat

IDFormat: IDFormat

ImageDims

ImageDims: { height: number; width?: number } | { height?: number; width: number }

Image dimensions for resize

ImageFormat

ImageFormat: ImageFormat

ImageFormatMimeTypesCollection

ImageFormatMimeTypesCollection: Map<ImageFormat, string>

SerializationFormat

SerializationFormat: SerializationFormat

SerializationFormatMimeTypesCollection

SerializationFormatMimeTypesCollection: Map<SerializationFormat, string>

Generated using TypeDoc