1. 首页
  2. 数据库
  3. 其它
  4. terminal image:在终端中显示图像 源码

terminal image:在终端中显示图像 源码

上传者: 2021-02-22 22:24:09上传 ZIP文件 611.02KB 热度 32次
终端图像 在终端中显示图像 在支持颜色的任何终端中均可使用。 在iTerm,由于iTerm具有,因此图像将以。 安装 $ npm install terminal-image 用法 const terminalImage = require ( 'terminal-image' ) ; ( async ( ) => { console . log ( await terminalImage . file ( 'unicorn.jpg' ) ) ; } ) ( ) ; (可选)您可以指定height和/或width来缩放图像。 这可以是终端窗口的百分比,也可以是行和/或列的
用户评论