brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 285 forks source link

added option to set onInitialized callback #54

Closed jonasrauber closed 10 years ago

jonasrauber commented 10 years ago

It should be possible to set the onInitialized callback. In contrast to script this allows to run code before the scripts included in the webpage.

brenden commented 10 years ago

Thanks!