rfg-api
Implementation of the RealFaviconGenerator API (specifically the non-interactive API) for Node.js.
This API lets you create favicons for all platforms: desktop browsers, iOS, Android, etc.
This rewrite attempts to clean up the original with some more documentation, and is in typescript for added development pleasure.
Install
yarn
yarn add rfg-api
npm
npm install rfg-api --save