In order to improve maintainability icon styles are automatically generated from a basic black and white set of social icons.
icons-def/
folder contains a 512x512 B&W icon for each social we supportindex.js
contains the 15 transformations we want to apply. 20 when a brandcolor is passed as argument.
icons/
contains the generated icons that will be used in versafix-1 template (96x96px)icons-overview/
contains an overview montage of the generated icons.
There is also two white logos on transparent background that you won't see in the github preview because of white background page.
You need NodeJS v6.0 or higher + ImageMagick
npm install
npm run build
npm run build -- "#900000"
Released through "release-it".
Updating rimraf to 5+ doesn't work as it changed the binary path and the wildcard syntax, so we simply stick to the older one.