UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

35 lines (34 loc) 784 B
import { emitESMImage, emitImageMetadata } from "./node/emitAsset.js"; import { isESMImportedImage, isRemoteImage } from "./imageKind.js"; import { imageMetadata } from "./metadata.js"; import { getOrigQueryParams } from "./queryParams.js"; import { hashTransform, propsToFilename } from "./transformToPath.js"; import { inferRemoteSize } from "./remoteProbe.js"; import { isRemoteAllowed, matchHostname, matchPathname, matchPattern, matchPort, matchProtocol } from "./remotePattern.js"; export { emitESMImage, emitImageMetadata, getOrigQueryParams, hashTransform, imageMetadata, inferRemoteSize, isESMImportedImage, isRemoteAllowed, isRemoteImage, matchHostname, matchPathname, matchPattern, matchPort, matchProtocol, propsToFilename };