UNPKG

@yoot/imgix

Version:

Imgix adapter for @yoot/yoot

10 lines (9 loc) 234 B
import type { Adapter } from '@yoot/yoot'; export { adapter }; /** * An adapter for Imgix URLs. * * @remarks Supports `.imgix.net` URLs and maps `yoot` directives to Imgix parameters. * @public */ declare const adapter: Adapter;