lazyloadify

1.0.3 • Public • Published

lazyloadify

A tool for lazy-loading images that reach a parent container, such as the viewport.

Usage

import Lazyloadify from 'lazyloadify';
 
const options = {};
const imageLoader = new Lazyloadify(options);
 
imageLoader.load();

Options

Plain Intersection Observer options. See Intersection Observer API on MDN

Package Sidebar

Install

npm i lazyloadify

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

7.81 kB

Total Files

5

Last publish

Collaborators

  • glukmann