MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / Dimensions

Interface Dimensions

packages/utilities/src/files.ts:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51interface Dimensions {
52 width: number;
53 height: number;
54}
55
56export function getImageDimensionsFromUrl(filename: string): Dimensions | null {
57 const extension = getExtension(filename) as string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected