UNPKG

ngx-picture

Version:

An Angular library to properly size, lazy load images, and use next generation formats

5 lines (4 loc) 353 B
import { NgxPictureConfig } from './ngx-picture-config'; import { ImageFormat } from './picture/picture.component'; export declare function cloudinarySrcInterpolator(url: string | undefined, imageFormat: ImageFormat, breakpoint: string, breakpointValue: number): string | undefined; export declare const CLOUDINARY_CONFIG: NgxPictureConfig<number>;