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) 356 B
/** * JSX helpers for Yoot that generate attributes tailored for JSX-style syntax environments, e.g. React and Solid. * @module @yoot/yoot/jsx * @packageDocumentation * @public */ export { buildSrcSet, defineSrcSetBuilder, getImgAttrs, getSourceAttrs, withImgAttrs, withSourceAttrs, } from './core/helpers.ts'; export type * from './core/helpers.ts';