gleero / grunt-favicons

Generate favicon.ico and icons for iOS, Android and WP8
MIT License
233 stars 48 forks source link

Icons outputted in low resolution #90

Open shillo92 opened 5 years ago

shillo92 commented 5 years ago

Hi,

For some reason all the icons I get are quite blurred. Iv'e run the module with the following config:

favicons: {
            options: {
                html: '<%= paths.dest.faviconsDir %>/index.html',
                trueColor: true,
                precomposed: false,
                appleTouchBackgroundColor: 'none',
                windowsTile: true
            },
            theme: {
                src: '<%= paths.src.faviconsIcon %>',
                dest: '<%= paths.dest.faviconsDir %>'
            }
        }

Do you have any idea why that's happening?