UNPKG

@yoot/yoot

Version:

The core library for yoot, providing a CDN-agnostic, chainable API for image URL transformations and adapter integration.

9 lines (8 loc) 357 B
/** * HTML helpers for Yoot that generate attributes tailored for HTML-style syntax environments, e.g. Astro and Svelte. * @module @yoot/yoot/html * @packageDocumentation * @public */ export { buildSrcSet, defineSrcSetBuilder, getImgAttrs, getSourceAttrs, withImgAttrs, withSourceAttrs, } from './core/html.ts'; export type * from './core/helpers.ts';