UNPKG

@yoot/imgix

Version:

Imgix adapter for @yoot/yoot

19 lines (18 loc) 406 B
/** * 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';