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 2eb1f22 commit f245758Copy full SHA for f245758
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "img2ascii",
3
- "version": "1.3.2",
+ "version": "1.3.3",
4
"description": "Convert images (local or url) to ascii art",
5
"main": "img2ascii.js",
6
"scripts": {
test.js
@@ -7,13 +7,13 @@ tap.test('Probably fine', t => {
7
t.end()
8
})
9
10
-tap.test('Network call', t =>
+tap.test('File load', t =>
11
require('./img2ascii')({
12
- _: ['https://www.google.ch/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png'],
13
- c: 30,
14
- cols: 30,
15
- r: 0.6,
16
- ratio: 0.6,
+ _: ['doge.png'],
+ c: 40,
+ cols: 40,
+ r: 0.8,
+ ratio: 0.8,
17
}).on('end', () => {
18
t.pass('Volkswagen')
19
0 commit comments