UNPKG

svimg

Version:

Svelte image component with image preprocessing and lazy loading

6 lines (5 loc) 92 B
export default interface Image { path: string; width: number; height: number; }