@shlappas/rfg-api

RealFaviconGenerator Node API

Usage no npm install needed!

<script type="module">
  import shlappasRfgApi from 'https://cdn.skypack.dev/@shlappas/rfg-api';
</script>

README

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