Todd Price
Todd Price
Running this on Ubuntu: ``` const figlet = require('figlet'); console.log( chalk.keyword('orange')( figlet.textSync('scooter-cli', {font: 'small slant', horizontalLayout: 'full', verticalLayout: 'controlled smushing'}) ) + 'v' + chalk.white.bold(pkg.version) + '\n\n\n' ); ``` ...results...
- On macOS, I installed julia with `brew install julia`. - I modified the cat image to be black and white first, and save as a PNG:  - I...
Certain pages are causing the "Phantom Process died" error to be raised after 30 seconds. If I use a simple phantomjs script directly, the same page loads just fine, though...