Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 212 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 212 Bytes

printImg

print your image in your terminal by console.log

Usage

const printImg = require("./index")

printImg("/path/to/image/filename.jpg", {
    width: null,
    height: null,
    scale: 0.5
})