import { Plugin } from '../types'; /** * @namespace * @description Loads an image once it is in a certain margin in the viewport. This includes vertical and horizontal scrolling. * @param rootMargin {string} The root element's bounding box before the intersection test is performed. Default: 0px. * @param threshold {number} The percentage of the image's visibility at which point the image should load. Default: 0.1 (10%). * @return {Plugin} * @example *