UNPKG

@ekwoka/x-rias

Version:

A simple Alpine Directive for use with Cloudinary Fetch API for handling Responsive Images

11 lines 301 B
import { Alpine } from 'alpinejs'; export default function (OPTIONS: Config): (Alpine: Alpine) => void; type Config = { key?: string; autoSize?: boolean; shopify?: boolean; maxSize?: number; } | CloudinaryKey; type CloudinaryKey = string; export {}; //# sourceMappingURL=index.d.ts.map