sindresorhus/capture-website

google webfont cannot load

choieunsoh opened this issue · 0 comments

I try many time to screenshot some web with google webfont,
but the screenshot .png didn't show google webfont.

And I occure with error something like 'timeout in 60ms'

I will change index.js line 351
await page.waitForFunction(imagesHaveLoaded, {timeout: 60});
await page.waitForFunction(imagesHaveLoaded, {timeout: timeoutInSeconds});

It's work for me