asciinema / asciicast2gif

Generate GIF animations from asciicasts (asciinema recordings)
MIT License
1.21k stars 82 forks source link

Can't handle Emoji - squares or empty strings are printed #52

Closed marcellodesales closed 2 years ago

marcellodesales commented 6 years ago

Hi there

First of all, this is AMAZING! Thank you! I have lots of asciinema and I really wanted to get the animations for Github pages!!!

Problem with emojis

So, I have some terminal CLIs with Emojis and they don't get rendered...

Asciinema

screen shot 2018-11-09 at 3 59 27 am

Gif version

screen shot 2018-11-09 at 3 59 51 am
ku1ik commented 5 years ago

Currently the rendering is done through PhantomJS, and it seems it can't render these emojis. I think in general it is rendering emoji fine, but it hasn't been updated in a while so probably doesn't support some latest additions to Unicode emoji set.

Speaking of PhantomJS, it seems to be dead, so we'll likely switch to other rendering solution here.

ku1ik commented 5 years ago

Also, thanks for kind words. It means a lot 😍

ku1ik commented 2 years ago

Closing as asciicast2gif is dead. Try https://github.com/asciinema/agg instead.