0.1.2 • Published 2 years ago

empower-image-lazyload v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Empower Image Lazy Loader


Installation

npm i empower-image-lazyload

Initialization

import { ImageLazyLoader, ImageLazyBackground } from 'empower-image-lazyload';

Usage

const paramImage = {
  images: "image here"
}

Example

const paramImage = {
  images: "https://picsum.photos/id/1/200/300
}
<ImageLazyLoader config={paramImage}/>
<ImageLazyBackground config={paramImage}/>