UNPKG

svimg

Version:

Svelte image component with image preprocessing and lazy loading

3 lines (2 loc) 113 B
import sharp from 'sharp'; export default function getImageMetadata(inputFile: string): Promise<sharp.Metadata>;