issues
search
NielsSteensma
/
Dhalang
Generate PDFs and make screenshots of HTML using Puppeteer in Ruby
MIT License
40
stars
22
forks
source link
Feature: Allow user to run Chromium in non headless mode
#23
Closed
NielsSteensma
closed
4 years ago
NielsSteensma
commented
4 years ago
Added new user option isHeadless with a default value of true.
Refactored user options logic to use a .map for mapping the options, same approach as used for PDF options.
camelCase instead of snake_case is now used for user options.