Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Hello,
I want to convert a lot of html pages generated with dygraphs in order to generate a gif animation. But for now, each call to webshot takes about three seconds to execute.
After doing a few tests, it looks like most of the time is spent to initialize phantomjs. I think it would save a lot of time to be able to pass a vector of URL and file names to the script
webshot.jsand to usecasper.eachto do the job.