console-png
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "console-png", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Print PNG images to terminal output", | ||
@@ -45,3 +45,6 @@ "main": "index.js", | ||
"colors" | ||
] | ||
], | ||
"bin": { | ||
"console-png": "./bin/index.js" | ||
} | ||
} |
@@ -8,2 +8,22 @@ # console-png | ||
## Install | ||
To use this on your terminal: | ||
``` | ||
npm install -g console-png | ||
``` | ||
To use this programatically: | ||
``` | ||
npm install --save console-png | ||
``` | ||
## Terminal Usage | ||
``` | ||
> console-png | ||
Usage: console-png [PNG FILE]... | ||
> console-png apple.png | ||
{image shown here} | ||
``` | ||
## Example Usage | ||
@@ -10,0 +30,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6245
8
87
52
3