Overview of RealFaviconGenerator components
gh-pagesRealFaviconGenerator is a suite of tools designed to handle the complete favicon lifecycle, including customization, file generation, and HTML markup injection. The project is split into several specialized open-source packages that can be used individually or as part of a workflow.
Key components include:
- Generation:
@realfavicongenerator/generate-faviconfor creating favicons and@realfavicongenerator/generate-logofor simple logo generation. - Checking:
@realfavicongenerator/check-faviconfor verifying favicon implementation. - Integration:
@realfavicongenerator/inject-markupsfor injecting the necessary HTML tags into your project, and specialized adapters like@realfavicongenerator/image-adapter-nodefor Node.js environments. - Build Tools: Plugins for
Gulp(@realfavicongenerator/gulp-real-favicon) andGrunt(@realfavicongenerator/grunt-real-favicon), as well as a CLI tool (realfavicon).