2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-11-04 20:38:03 +00:00

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

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