Implementation of the RealFaviconGenerator API for Node.js.
This plugin implements the non-interactive API of RealFaviconGenerator.net. This API lets you create favicons for all platforms: desktop browsers, iOS, Android, etc.
To install it:
npm install rfg-api --save- Fix #25 regarding 
master-picture. - Several dependencies updated thanks to 
npm audit fix. 
- Update dependencies to fix vulnerabilities, see #23, #22 and #21
 - Merge #26 to fix RealFaviconGenerator/realfavicongenerator#267, RealFaviconGenerator/gulp-real-favicon#21 and RealFaviconGenerator/grunt-real-favicon#43
 - Merge #24 to fix RealFaviconGenerator/realfavicongenerator#449 and RealFaviconGenerator/realfavicongenerator#458
 
- Switch from 
unzip2tonode-unzip-2. See #15 
- Switch from 
node-rest-clienttoaxiosin order to fix vulnerabilities introduced bynode-rest-clientdependencies. See #14 
- Accept both base64 and file name for the "inline" type. See #10
 
- Switch from 
unziptounzip2. See #8 
injectFaviconMarkupssupports akeepoption.
- Fix for 
existing_manifest. 
- Add 
escapeJSONSpecialChars. 
- Switch to HTTPS.
 
- Existing 
rel=mask-iconmarkups are filtered-out. 
- Improvement in 
normalizeMasterPicture. 
changeLogadded.
injectFaviconMarkupsnow takes the HTML content directly, not a file name.
- In case of API invocation error, the error is transmitted to the callback (instead of being thrown).
 
- Refactoring
 
- Initial release