/**
 * Imgix adapter entry for Yoot, exported as both a `default` and a `named` export.
 *
 * @module @yoot/imgix
 * @packageDocumentation
 * @public
 *
 * @example Default import
 * ```ts
 * import imgix from '@yoot/imgix';
 * ```
 *
 * @example Named import
 * ```ts
 * import {imgixAdapter} from '@yoot/imgix';
 * ```
 */
export { adapter as imgixAdapter, adapter as default } from './core/adapter.ts';
