React smart image lazy load without width and height
npm install smart-image-lazyloadbash
npm install --save smart-image-lazyload
`
Usage
`jsx
import React, { Component } from 'react'
import MyComponent from 'smart-image-lazyload'
import 'smart-image-lazyload/dist/index.css'
class Example extends Component {
render() {
return
}
}
``