Add fancy cli example video to readme
Vlek opened this issue · 2 comments
There are examples generated that show the scripts running in a command line using the Typed JS library that look super sweet. Would be nice to have that in the readme front and center to give people an idea of what this is and how to use it.
Looks like this isn't possible with embeding JS. However, it looks like it's possible to embed an image that links to a YouTube video and have it done that way instead. It's not ideal, but it's much better than a bunch of README text instead.
I saw a project use https://asciinema.org/ and it looked good. Might try that at some point.
Considerations: This doesn't output a video file, so either we have to have it show an image that links to their website where their player is or we have to then do a screencap of that recording, process it likely into H.264 to hopefully get the filesize down, and then upload that to the repo or do the comment link trick.