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

Allow overriding jquery when instantiating shutterbug #6

Closed psndcsrv closed 11 years ago

psndcsrv commented 11 years ago

This is useful for older Rails apps where $ actually refers to Prototype and not jQuery.

knowuh commented 11 years ago

@psndcsrv -- looks good, merged.