simonhaenisch / md-to-pdf

Hackable CLI tool for converting Markdown files to PDF using Node.js and headless Chrome.
https://www.npmjs.com/md-to-pdf
MIT License
1.16k stars 110 forks source link

fix: "properly" share browser instance in programmatic mode #147

Closed simonhaenisch closed 1 year ago

simonhaenisch commented 1 year ago

Not really done properly because there's likely some edge cases where this implementation would fail wrt timing.

Fixes #146.