From 9bd6f439de4f883cfe0f3a7b3b4e1dccbf60a126 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 7 Apr 2020 21:36:21 +0200 Subject: png image fixes --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 9327641..ff6b8c2 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -23,7 +23,7 @@ const svgToPng = async (filePath, destination) => { filePath = path.join(__dirname, filePath); const htmlFilePath = path.join("file:", filePath); - const browser = await puppeteer.launch(); + const browser = await puppeteer.launch({headless: false}); const page = await browser.newPage(); await page.setViewport({ -- cgit v1.2.1