@yoot/yoot
Version:
The core library for yoot, providing a CDN-agnostic, chainable API for image URL transformations and adapter integration.
12 lines (11 loc) • 373 B
JavaScript
import { getImgAttrs as e, getSourceAttrs as o, withImgAttrs as S, withSourceAttrs as i } from "./core/html.js";
import { buildSrcSet as g, defineSrcSetBuilder as m } from "./core/helpers.js";
export {
g as buildSrcSet,
m as defineSrcSetBuilder,
e as getImgAttrs,
o as getSourceAttrs,
S as withImgAttrs,
i as withSourceAttrs
};
//# sourceMappingURL=html.js.map