asciinema2gif
asciinema2gif copied to clipboard
i reimplemented the shellscript in typescript
during a coding session i reimplemented the shellscript using typescript if you want to check it out look here https://github.com/jfmherokiller/asciinema2gif i am hopeing to work my way up to that pull request where i can add file to gif support
Isn’t this just building up more dependencies? What’s the advantage, here? Especially since you’re actually calling the shell for basic features, I don’t (yet, I hope you can clarify) see the point.
i dont really have a well constructed point at least not yet. im trying to see if i can well refactor the render script. But for right now i thought that writing it as a node package would be better because it could handle the phantomjs dependency.