UNPKG

phantomas

Version:

Headless Chromium-based web performance metrics collector and monitoring tool

9 lines (7 loc) 284 B
/** * Analyzes images and detects which one can be lazy-loaded (are below the fold) */ "use strict"; module.exports = (phantomas) => { phantomas.setMetric("lazyLoadableImagesBelowTheFold"); // @desc number of images displayed below the fold that can be lazy-loaded @offenders };