UNPKG

ssl-labs-screenshot

Version:

Capture a trimmed screenshot of the SSL Labs report for a given domain

10 lines (8 loc) 217 B
const {join} = require('path'); /** * @type {import("puppeteer").Configuration} */ module.exports = { // Changes the cache location for Puppeteer. cacheDirectory: join(__dirname, '.cache', 'puppeteer'), };