About 20 results
Open links in new tab
  1. Astro 6.1 | Astro

    Mar 26, 2026 · Astro 6.1 introduces codec-specific Sharp image defaults, advanced SmartyPants configuration, and i18n fallback routes for integrations.

  2. Image Service API - Docs

    These are often wrappers around libraries like Sharp, ImageMagick, or Squoosh. In dev mode and in production routes rendered on demand, local services use an API endpoint to do the transformation. …

  3. Could not find Sharp. - Docs

    Sharp is the default image service used for astro:assets. When using a strict package manager like pnpm, Sharp must be installed manually into your project in order to use image processing. If you are …

  4. Image and Assets API Reference | Docs

    Values are passed directly to the image service. Sharp accepts any value the color-string package can parse. ... Added in: [email protected] The <Picture /> component generates an optimized image with …

  5. Astro 5.17 | Astro

    Jan 29, 2026 · Astro 5.17 introduces configurable dev toolbar placement, async file parsing, partitioned cookies, and new image optimization upgrades. Explore what’s new in this release: Configure dev …

  6. Images - Docs

    Learn how to effectively use images in Astro with this comprehensive guide.

  7. @astrojs/vercel | Docs

    Type: 'sharp' | string Default: sharp Available for: Serverless, Static Added in: @astrojs/[email protected] Allows you to configure which image service to use in development when imageService is enabled. …

  8. Integrations | Astro

    Astro builds fast content sites, powerful web applications, dynamic server APIs, and everything in-between.

  9. ImageKit & Astro | Docs

    The ImageKit Astro SDK registers a custom image service that re-routes Astro’s built-in <Image /> and <Picture /> components, plus Markdown and MDX images, through ImageKit. Local imports continue …

  10. Astro Adapter API - Docs

    Astro is designed to make it easy to deploy to any cloud provider for on-demand rendering, also known as server-side rendering (SSR). This ability is provided by adapters, which are integrations. See the …