asciinema2gif icon indicating copy to clipboard operation
asciinema2gif copied to clipboard

i reimplemented the shellscript in typescript

Open jfmherokiller opened this issue 8 years ago • 2 comments

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

jfmherokiller avatar Oct 29 '16 03:10 jfmherokiller

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.

vitorgalvao avatar Oct 29 '16 09:10 vitorgalvao

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.

jfmherokiller avatar Oct 31 '16 15:10 jfmherokiller