vuepress-plugin-export-pdf
vuepress-plugin-export-pdf copied to clipboard
VuePress plugin exports PDF 📁.
**Title:** Enhance Documentation: - only 2 README files are affected - update 1 external Link (to Puppeteer Source Code Repo) - Provided 1 example for setting `puppeteerLaunchOptions` in `config.ts` -...
In Dec 2024, presumably, `puppeteerLaunchOptions` was renamed to `LaunchOptions` in Puppeteer SourceCode I think [this commit](https://github.com/puppeteer/puppeteer/commit/2202ce8b8a11b6bd36743418ade62b6ae56a67b9#diff-2a8fe7e0fd5ad4f58c776c5741cff147510ddfa8161b3fd5c2078f818b667ccc) just assigns one typo to the other, ```js /** * @deprecated Use {@link LaunchOptions}....