This implements the feature requested in #25 by allowing options to be passed to puppeteer.launch.
A new puppeteer option has been added to existing options parameter for API#convert and API#convertFile and a new options parameter has been added to API#createConverter that only contains the puppeteer option.
This implements the feature requested in #25 by allowing options to be passed to puppeteer.launch.
A new
puppeteer
option has been added to existingoptions
parameter forAPI#convert
andAPI#convertFile
and a newoptions
parameter has been added toAPI#createConverter
that only contains thepuppeteer
option.