We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c35568 commit 5728780Copy full SHA for 5728780
tools/generate-screenshots.js
@@ -82,7 +82,7 @@ const saveCanvas = async (page, example) => {
82
83
async function run() {
84
const browser = await puppeteer.launch({
85
- headless: false,
+ headless: true,
86
});
87
88
const [page] = await browser.pages();
0 commit comments