We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f245758 commit 0a8c710Copy full SHA for 0a8c710
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "img2ascii",
3
- "version": "1.3.3",
+ "version": "1.3.4",
4
"description": "Convert images (local or url) to ascii art",
5
"main": "img2ascii.js",
6
"scripts": {
@@ -28,7 +28,7 @@
28
"url": "https://github.com/syzer/img2ascii/issues"
29
},
30
"dependencies": {
31
- "gm": "^1.21.1",
+ "gm": "^1.23.0",
32
"picture-tube": "^1.0.0",
33
"request": "^2.75.0",
34
"request-promise": "^4.1.1",
0 commit comments