# terminal-image-viewer **Repository Path**: hungtcs/terminal-image-viewer ## Basic Information - **Project Name**: terminal-image-viewer - **Description**: display image via character under terminal - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-06-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: image-processing **Tags**: None ## README Terminal Image Viewer ==== ### 安装 ``` npm install -g terminal-image-viewer ``` ### 使用方法 ``` Usage: tiv [options] Options: -V, --version output the version number -c, --character [character] character to filled (default: @) -w, --width [width] resize image width -h, --height [height] resize image height -h, --help output usage information ``` ### 注意事项 - 如果终端不能正确显示色彩可以尝试设置环境变量`TERM=xterm-256color`