Picture

(Also check the new blessed image implementation which has several benefits over this one.)

picture.png

    var pic = contrib.picture(
       { file: './flower.png'
       , cols: 25
       , onReady: ready})
    function ready() {screen.render()}

note: only png images are supported.


Last update: February 22, 2020