Reduce besticon parameter to get the apple touch icon if possible

This commit is contained in:
Jia Hao 2016-01-28 23:44:57 +08:00
parent a4cee33080
commit 43d336c00d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function inferIconFromUrlToPath(targetUrl, outDir, callback) {
url: BEST_ICON_API,
qs: {
url: targetUrl,
size: 1000,
size: 57,
formats: 'png'
},
encoding: null