UNPKG

@otterstack/sanity-img-astro

Version:

An Astro component for rendering a responsive <img> element for an image fetched from Sanity

4 lines (3 loc) 199 B
import type { AstroIntegration } from "astro"; import { type SanityImgDefaults } from "@otterstack/sanity-img-lib"; export default function sanityImg(defaults?: SanityImgDefaults): AstroIntegration;