Skip to content

veltman/headless-gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

headless-gif

Saving web worker'd gif via PhantomJS.

Slight modification to the original page converts the gif result to a base64 global for PhantomJS (example).

PhantomJS grabs that and sends to stdout. Decode that and then have a gif party.

$ phantomjs capture.js | base64 --decode > what-a-cool.gif

Probably requires a >2.0 version of PhantomJS.

See: https://twitter.com/ivarvong/status/695682484554637312

About

Saving web worker'd gif via PhantomJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published