I'm using PhantomJS to generate a series of images based on the state of an HTML canvas element which I am manipulating via JS. This canvas manipulation depends on 3 separate JS libraries and some inline scripts which I invoke during window.onload.
The PhantomJS docs cover how to include a single JS library, but it doesn't cover how to include several.
Can anyone provide me with the correct syntax to include several JS libs, and then run some scripts during window.onload?