ImageQualityPreset Type — astro Architecture
Architecture documentation for the ImageQualityPreset type/interface in types.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 27a77e3a_57b9_85a2_0a92_d91350bd8132["ImageQualityPreset"] c374185c_4979_ea06_acf7_0a115d51efb1["types.ts"] 27a77e3a_57b9_85a2_0a92_d91350bd8132 -->|defined in| c374185c_4979_ea06_acf7_0a115d51efb1 style 27a77e3a_57b9_85a2_0a92_d91350bd8132 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/assets/types.ts lines 5–5
export type ImageQualityPreset = 'low' | 'mid' | 'high' | 'max' | (string & {});
Defined In
Source
Frequently Asked Questions
What is the ImageQualityPreset type?
ImageQualityPreset is a type/interface in the astro codebase, defined in packages/astro/src/assets/types.ts.
Where is ImageQualityPreset defined?
ImageQualityPreset is defined in packages/astro/src/assets/types.ts at line 5.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free