astro-cloudinary
Version:
<a href="https://github.com/cloudinary-community/astro-cloudinary/actions/workflows/test_and_release.yml"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/cloudinary-community/astro-cloudinary/test_and_release.y
20 lines (18 loc) • 452 B
text/typescript
export {
getCldImageUrl,
type GetCldImageUrlOptions,
type GetCldImageUrlConfig,
type GetCldImageUrlAnalytics
} from './getCldImageUrl.ts';
export {
getCldOgImageUrl,
type GetCldOgImageUrlOptions,
type GetCldOgImageUrlConfig,
type GetCldOgImageUrlAnalytics
} from './getCldOgImageUrl.ts';
export {
getCldVideoUrl,
type GetCldVideoUrlOptions,
type GetCldVideoUrlConfig,
type GetCldVideoUrlAnalytics
} from './getCldVideoUrl.ts';