asciinema / asciicast2gif

Generate GIF animations from asciicasts (asciinema recordings)
MIT License
1.21k stars 82 forks source link

Check if runtime deps are installed #5

Closed ku1ik closed 7 years ago

ku1ik commented 7 years ago

a2gif shell script should first check whether node, phantomjs, convert and gifsicle are in $PATH and exit with error if that's not the case.