You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI TinyPNG uses the open-source library pngquant under-the-hood.
gatsby-plugin-favicon is just a wrapper around favicons-webpack-plugin, and favicons-webpack-plugin is just a wrapper around itgalaxy/favicons. So in order for compression to be implemented I think itgalaxy/favicons would have to add it.
I'm planning to move away from favicons-webpack-plugin because it seems to be unmaintained. I'll switch to sharp and you will likely be able to compress generated PNGs.
I just ran into this issue. I recently started using Jimp which handles image processing "with zero native dependencies." Something to consider over sharp.
The generated PNG output is not using a compression e.g. TinyPNG, would be cool if it would do so automagically!
The text was updated successfully, but these errors were encountered: