1.0.6 • Published 8 years ago

puppeteer-prerenderer v1.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.5

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago