Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add RealFaviconGenerator, Node generator, and Favicons Webpack Plugin #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ Others that I haven't tried:
* Favic-o-matic: http://www.favicomatic.com - A favicon generator that cares of .ico, .png and HTML code to make your website shine on every platform, browser or device
* Ubuntu/Debian package `icoutil` (Fedora package `icoutils`_) provides the program `icotool` which creates .ico from .png files.
* MSDN recommends this web-based .ico creator: http://www.xiconeditor.com
* RealFaviconGenerator: https://realfavicongenerator.net/ - creates favicons for all browsers and all platforms from any image. Allows you to preview what the favicon looks like on various platforms as well as choose compression and scaling options.
* Node favicon generator: https://github.com/haydenbleasel/favicons - creates all favicons from a .png, supports offline creation for many, and online creation for the rest using RealFaviconGenerator API
* Favicons Webpack Plugin: https://github.com/jantimon/favicons-webpack-plugin - Uses the Node favicon generator to create all your favicons during build -- can even insert the HTML for you automatically with html-webpack-plugin
* Resize favicons: http://faviconer.com
* More resizing: https://github.com/abrkn/icon
* Dynamically setting favicons: https://github.com/HenrikJoreteg/favicon-setter
Expand Down