lundegaard / gatsby-plugin-pdf

Gatsby plugin that is able generate PDFs out of your gatsby web pages
MIT License
9 stars 8 forks source link

Allow override of Puppeteer browser #6

Open furious-luke opened 2 years ago

furious-luke commented 2 years ago

Creating a browser page via Puppeteer can hang on certain systems, as documented here: https://github.com/puppeteer/puppeteer/issues/4039

This change allows specifying a locally installed browser, resoving the issue.