imagelogger
Version:
Shows an image in console.
27 lines (26 loc) • 528 B
JSON
{
"name": "imagelogger",
"version": "1.1.0",
"description": "Shows an image in console.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"image",
"console",
"picture",
"console-image"
],
"author": "RubenVerg <me@rubenverg.com>",
"license": "MIT",
"dependencies": {
"@types/node": "^14.14.0",
"chalk": "^4.1.0",
"jimp": "^0.16.1"
},
"bin": {
"logimage": "./cli.js",
"convert-to-image": "./cliconv.js"
}
}