brenden / node-webshot

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

Upgrade to phantomjs 2.1 (adds WOFF webfont support) #132

Closed timkendrick closed 8 years ago

timkendrick commented 8 years ago

Now that v2.1 has been officially released, phantomjs now fully supports webfonts. I've made a PR that updates the phantomjs dependency, and added a small webfonts example to the 'demo' directory.

Let me know if there's anything I can do to help get this merged!

brenden commented 8 years ago

Cool, I've been waiting a while for the npm phantomjs module to support phantom 2.x. I'll merge this and publish an updated package later this week.