-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easily create fallback images for interactive graphics #18
Comments
I think depict pretty well covers what we want to do. It would just add some more stuff you have to install when you get the repo going (phantomjs through homebrew and depict through npm). I'm not aware of anything Python-based that would also do this so we could just add to requirements. Basically, this will require a headless browser, and phantomjs is the standard there. I think installing depict and adding that to the |
Thought this might be a quick thing to implement, but sadly...
|
Note for posterity: Had the bright idea to try html2canvas from the parent. It doesn't work. iFrames don't render at all and apparently there are also issues with SVG rendering. |
Mostly working on branch
|
WebFonts are now working with slimer, but the slimer install process is a bit of a mess. :/ |
Maybe something like:
https://github.com/kevinschaul/depict
(recommended by Tyler)
Won't need it for everything in the dailygraphics rig — probably just the D3 things.
The text was updated successfully, but these errors were encountered: