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
unzip2
tonode-unzip-2
. See #15
- Switch from
node-rest-client
toaxios
in order to fix vulnerabilities introduced bynode-rest-client
dependencies. See #14
- Accept both base64 and file name for the "inline" type. See #10
- Switch from
unzip
tounzip2
. See #8
injectFaviconMarkups
supports akeep
option.
- Fix for
existing_manifest
.
- Add
escapeJSONSpecialChars
.
- Switch to HTTPS.
- Existing
rel=mask-icon
markups are filtered-out.
- Improvement in
normalizeMasterPicture
.
changeLog
added.
injectFaviconMarkups
now 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