mirror of
https://github.com/doocs/advanced-java.git
synced 2024-12-26 04:00:08 +08:00
8 lines
194 B
Java
8 lines
194 B
Java
module.exports = {
|
|
contents: ['summary.md'],
|
|
pathToPublic: 'pdf/advanced-java.pdf',
|
|
pdfOptions: '<options for puppeteer.pdf()>',
|
|
removeTemp: true,
|
|
emulateMedia: 'screen',
|
|
};
|