1.0.6 • Published 6 years ago

puppeteer-prerenderer v1.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

puppeteer-prerenderer

Usees puppeteer to get the html of a page and save it to a file (or optionally output it to the console)

parameterdescriptionrequiredexample
-u, --urlThe url you want to rendertrue--url="http://www.google.com"
-o, --outputThe ouput pathtrue--output="./test.html"
-t, --timeThe amount of time (in milliseconds) to wait before renderingfalse--time=1000
-e, --elementcss selector to wait for before renderingfalse--element="#q"
-m, --minifyif flag is passed will minify html (and inline js/css)false--minify
1.0.6

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago