Home / Type/ ImageMetadata Type — astro Architecture

ImageMetadata Type — astro Architecture

Architecture documentation for the ImageMetadata type/interface in types.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  017ac8bf_4864_13c6_fda2_3fccfcb2290b["ImageMetadata"]
  a061abff_b26a_1eda_52cf_ff7a2af40052["types.ts"]
  017ac8bf_4864_13c6_fda2_3fccfcb2290b -->|defined in| a061abff_b26a_1eda_52cf_ff7a2af40052
  style 017ac8bf_4864_13c6_fda2_3fccfcb2290b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/assets/types.ts lines 38–47

export type ImageMetadata = {
	src: string;
	width: number;
	height: number;
	format: ImageInputFormat;
	orientation?: number;
	/** @internal */
	fsPath: string;
	[isESMImport]?: true;
};

Frequently Asked Questions

What is the ImageMetadata type?
ImageMetadata is a type/interface in the astro codebase, defined in packages/astro/src/assets/types.ts.
Where is ImageMetadata defined?
ImageMetadata is defined in packages/astro/src/assets/types.ts at line 38.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free