JakeWharton / mosaic

Build terminal UI in Kotlin using Jetpack Compose
Apache License 2.0
1.87k stars 56 forks source link

Switch animated console images to VHS #78

Closed JakeWharton closed 1 year ago

JakeWharton commented 1 year ago

https://github.com/charmbracelet/vhs

Probably want to use GIF rather than SVG, too, since GitHub Mobile doesn't support animated SVGs.

JakeWharton commented 1 year ago

VHS turned out to be not good. However, Asciinema has a new first-party GIF renderer called agg which we switched to in #85.