Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProcessingConfig

Object with Sharp configs for each supported format.

Example:

{
    webp: {
        quality: 100
    },
    jpg: {
        quality: 100
    },
    png: {}
}

Hierarchy

  • IProcessingConfig

Index

Properties

Properties

Optional avif

avif: Record<string, unknown>

Optional jpg

jpg: Record<string, unknown>

Optional png

png: Record<string, unknown>

Optional webp

webp: Record<string, unknown>

Generated using TypeDoc