RedYetiDev/termview

`Video.preload` (and `Gif`) only renders first image at given resolution. others will be at terminal dimensions

tDwtp opened this issue · 1 comments

tDwtp commented

Fix incoming...

Gif and Video.preload will ignore width and height except for the first one. Image does not render new lines to a frame. It should only skip new-lines if width === process.stdout.columns (it might interlace empty depending on terminal)

See #2