Serverside WebKit with node.js

In my node.js app I need to render an HTML5 page on server side and make it's screenshot. Are there any libraries to do this?

Look at CasperJS which is based on PhantomJS.