mozilla / webmaker-addons

Prototypes for add-ons. Gateways from browser to Webmaker.
http://mozilla.github.io/webmaker-addons/
4 stars 2 forks source link

Experimental support for rasterizing via PhantomJS. #13

Closed toolness closed 9 years ago

toolness commented 9 years ago

This is actually a failed experiment that I'm documenting via this pull request, which I'll immediately close after creating.

Basically, I wanted to create a super-simple implementation for generating a static image of a user's creation by delegating to PhantomJS. However, among other things, PhantomJS doesn't currently support WOFF fonts, so the rasterization looks horrible.

I guess just using an addon for rasterization might be the best option now, alas.