@yoot/yoot
Version:
The core library for yoot, providing a CDN-agnostic, chainable API for image URL transformations and adapter integration.
16 lines (15 loc) • 529 B
JavaScript
import { yoot as o } from "./core/yoot.js";
import { createAdapter as i, defineAdapter as p, passThroughAdapter as f, registerAdapters as n } from "./core/adapter.js";
import { defineConfig as a, mergeConfig as d } from "./core/config.js";
import { hasIntrinsicDimensions as g } from "./core/utils.js";
export {
i as createAdapter,
p as defineAdapter,
a as defineConfig,
g as hasIntrinsicDimensions,
d as mergeConfig,
f as passThroughAdapter,
n as registerAdapters,
o as yoot
};
//# sourceMappingURL=index.js.map