gboutte / nestjs-pdf

A library that allow you tu use puppeteer for PDF generation inside a wrapper for nestjs.
4 stars 2 forks source link

new extraPuppeteerArgs property #5

Closed orhanveli closed 7 months ago

orhanveli commented 7 months ago

Hey,

This prop will provide a way to pass custom args to the Puppeteer's launch method. I think this is the way to give user an opportunity to define them.

gboutte commented 7 months ago

Hey, thanks for the contribution ! Great idea !

I will publish the new version