UNPKG

astro

Version:

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

6 lines (5 loc) 356 B
export { getConfiguredImageService, getImage, verifyOptions } from './internal.js'; export { baseService, isLocalService } from './services/service.js'; export { hashTransform, propsToFilename } from './utils/hash.js'; export type { LocalImageProps, RemoteImageProps } from './types.js'; export { fetchWithRedirects } from './utils/redirectValidation.js';