This is the official GitHub page the RealFaviconGenerator projet. In case the name is not explicit enough, RealFaviconGenerator is a favicon generator. Why "real"? Because it covers everything you need to actually get the job done:
- A favicon editor where you can customize your icons, platform per platform.
- A carefully crafted set of generated files and HTML markups to cover all the browsers and platforms you need.
- Clear instructions, or even AI prompts, to make the favicon setup a bliss.
There are several open source components in the project:
- realfavicon: The CLI tool to invoke several tools from RealFavicon, such as favicon checking.
- @realfavicongenerator/generate-favicon: Favicon generation
- @realfavicongenerator/check-favicon: Favicon checking
- @realfavicongenerator/generate-logo: Simple logo generation
- @realfavicongenerator/image-adapter-node: To be used with
@realfavicongenerator/generate-faviconin a Node.js environment - @realfavicongenerator/inject-markups: inject favicon markups
- @realfavicongenerator/gulp-real-favicon: Gulp plugin
- @realfavicongenerator/grunt-real-favicon: Grunt plugin