UNPKG

svimg

Version:

Svelte image component with image preprocessing and lazy loading

7 lines (6 loc) 206 B
import type Image from '../image-processing/image'; interface GetSrcsetOptions { pathOnly?: boolean; } export default function getSrcset(images: Image[], options?: GetSrcsetOptions): string; export {};