concord-consortium / shutterbug

A rack utility using phantomjs that will create and save images (pngs) for a part of your web page's current dom. These images become available as public '.png' resources in the rack application. Currently shutterbug supports HTML, SVG and Canvas elements.
Other
27 stars 3 forks source link

Removed image rendering of iframes without data uris #17

Closed dougmartin closed 9 years ago

dougmartin commented 9 years ago

Also adds a wait for all the contained resources to load before signalling that the page is loaded.

scytacki commented 9 years ago

This looks nice. I see it also counts the open requests and waits for them to complete or fail. I think it is best for @knowuh to review this one too since he has been the primary developer of shutterbug.

knowuh commented 9 years ago

Looks good to me.