Export frame to html

Hello,

Really enjoying asciinema. I wrote a python script that automates screencasts and marker placements to auto update docs for a serial terminal device. The script writes the v2 asciinema format directly, and I use the player in hugo docs.

Now I’m automating the static code snippets for the docs. An ansi2html script handles colors, but I’m eventually going to need more VT100 processing so everything looks right.

It occurred to me that asciinema is doing something similar already. Is it possible to export the HTML of a frame from asciinema?