Skip to content

Fay-Hu/cmd-pic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

在终端界面输出字符画的一段小脚本

使用步骤

  • npm install 安装依赖
  • npm start 输出图形

参数

/**
 *
 * @param {string} pic 引用图片地址
 * @param {array} chars 使用的字符 默认为['I', 'L', 'O', 'V', 'E', 'U']
 * @param {number} step 跳过的像素
 * @param {number} interval 输出延时
 */

new PicConsole({
  pic: 'assets/images/zuguo.png'
})

样例

About

终端界面输出字符画

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published