terminal-image-cli 3.0.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -10
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "terminal-image-cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Display images in the terminal",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "sindresorhus/terminal-image-cli",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"image": "./cli.js"
|
|
16
16
|
},
|
|
17
17
|
"engines": {
|
|
18
|
-
"node": ">=
|
|
18
|
+
"node": ">=22"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"test": "xo && FORCE_COLOR=1 ava"
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"animation"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"file-type": "^
|
|
42
|
-
"get-stdin": "^
|
|
43
|
-
"meow": "^
|
|
44
|
-
"terminal-image": "^
|
|
41
|
+
"file-type": "^22.0.1",
|
|
42
|
+
"get-stdin": "^10.0.0",
|
|
43
|
+
"meow": "^14.1.0",
|
|
44
|
+
"terminal-image": "^5.0.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"ava": "^
|
|
48
|
-
"execa": "^9.
|
|
49
|
-
"has-ansi": "^6.0.
|
|
50
|
-
"xo": "^0.
|
|
47
|
+
"ava": "^8.0.1",
|
|
48
|
+
"execa": "^9.6.1",
|
|
49
|
+
"has-ansi": "^6.0.2",
|
|
50
|
+
"xo": "^4.0.0"
|
|
51
51
|
}
|
|
52
52
|
}
|
package/readme.md
CHANGED
|
@@ -6,7 +6,7 @@ Works in any terminal that supports colors. Supports animated GIFs.
|
|
|
6
6
|
|
|
7
7
|
<img src="screenshot.png" width="1082">
|
|
8
8
|
|
|
9
|
-
*In iTerm, the image will be [displayed in full resolution](screenshot-iterm.jpg),
|
|
9
|
+
*In iTerm, Kitty, WezTerm, and other terminals with graphics support, the image will be [displayed in full resolution](screenshot-iterm.jpg). In other terminals, it will be rendered using ANSI block characters.*
|
|
10
10
|
|
|
11
11
|
## Install
|
|
12
12
|
|
|
@@ -16,7 +16,7 @@ npm install --global terminal-image-cli
|
|
|
16
16
|
|
|
17
17
|
## Usage
|
|
18
18
|
|
|
19
|
-
```
|
|
19
|
+
```text
|
|
20
20
|
$ image --help
|
|
21
21
|
|
|
22
22
|
Usage
|