asciinema2gif
asciinema2gif copied to clipboard
Refactor render.js
it's hard to maintain
It is only 170 lines. What is so hard there?
@techtonik the problem is that it's basically spaghetti code with many callbacks
Apart from repeated includeJQuery(init, function() {
I don't see much spaghetti there. It looks like PhantomJS just doesn't synchronous style like CasperJS.
@techtonik yeah it's JavaScript itself