astefanutti / decktape

PDF exporter for HTML presentations
MIT License
2.19k stars 176 forks source link

Feature/override timeouts #248

Closed kurtfm closed 2 years ago

kurtfm commented 2 years ago

Move the two url/page load timeouts into options that the user can control. I found this necessary when loading local slides with a lot of pages that contain high-res images. The options defaults are what the code originally had so if the user does not use them there is no change to their experience. README also updated.

Additionally, my use case uses Docker so I needed to update the docker file with a newer chromium version in order to build.