@campj/lazy-image
v0.0.5
Published
Camp Jefferson Lazy Image
Downloads
4
Readme
Lazy Image
Camp Jefferson Lazy Image utility, in the vein of Gatsby Image
Usage
Installation
npm install @campj/lazy-image --save-dev
Import into js file for client
import { LazyImage } from "@campj/lazy-image";
Initialize
LazyImage.init();
Re-run (dom elements changed)
LazyImage.run();