RealFaviconGenerator Node API
npm install @shlappas/rfg-apiImplementation 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.
``bash`
yarn add rfg-api
`bash``
npm install rfg-api --save