UNPKG

svelte-lazy-image

Version:

Svelte component to lazy load images using Intersection Observer

8 lines (7 loc) 179 B
export default function useLazyImage(node: any, { root, rootMargin, threshold }?: { root?: any; rootMargin?: string; threshold?: number; }): { destroy(): void; };