aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-07 21:36:21 +0200
committercodecalm <codecalm@gmail.com>2020-04-07 21:36:21 +0200
commit9bd6f439de4f883cfe0f3a7b3b4e1dccbf60a126 (patch)
treedc3ad546b5b5d5b270f707bb63a727c28883eda6 /gulpfile.js
parentchangelog-image fix (diff)
downloadtabler-icons-9bd6f439de4f883cfe0f3a7b3b4e1dccbf60a126.tar.xz
png image fixes
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
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({