vuepress-plugin-export-pdf icon indicating copy to clipboard operation
vuepress-plugin-export-pdf copied to clipboard

VuePress plugin exports PDF 📁.

Results 2 vuepress-plugin-export-pdf issues
Sort by recently updated
recently updated
newest added

**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` -...

documentation

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}....

bug
documentation
question