const lozad = require('lozad') const LazyLoad = function () { } LazyLoad.prototype.init = function () { const observer = lozad('.lazy-img') observer.observe() } module.exports = LazyLoad