UNPKG

phantomas

Version:

Headless Chromium-based web performance metrics collector and monitoring tool

9 lines (7 loc) 164 B
/** * Measure document height */ "use strict"; module.exports = function (phantomas) { phantomas.setMetric("documentHeight"); // @desc the page height [px] };