Simple react image lazyloading component
npm install render-imgjavascript
import {ImageLoader} from 'render-img'
src, // * required
placeHolderSrc,
errorSrc,
alt,
threshold = 100,
width = 0, // Intrinsic width of image
height = 0, // Intrinsic height of image
blurOverLayColor = "#b4b4b4",
blurStrength = "sm", // options : sm/md/lg
isUseblur = false, // to use blur effect or not
loader = null, // custom loader component
containerClass = "", // custom class for container div
containerStyle = {}, // custom css for container div
imageClass = "", // custom class for image component
imageStyle = {}, // custom css for image component
/>
``