interface AstroAssetsFeature {
    isSharpCompatible?: boolean;
    isSquooshCompatible?: boolean;
    supportKind?: SupportsKind;
}

Properties

isSharpCompatible?: boolean

Whether if this adapter deploys files in an environment that is compatible with the library sharp

isSquooshCompatible?: boolean

Whether if this adapter deploys files in an environment that is compatible with the library squoosh

supportKind?: SupportsKind