alexscheelmeyer / node-phantom

bridge to PhantomJS from Node.js
317 stars 117 forks source link

can page.render to stream #106

Open zhouseahe opened 10 years ago

zhouseahe commented 10 years ago

I don't want to write a image to file , but stream . Does node-phantom support it ? or will support it ?

zhouseahe commented 10 years ago

@alexscheelmeyer It seems that var image = page.renderBase64('PNG'); will work , but the result is image is undefined. what should I do ? thanks .