Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voidlabs/versafix-social-icons
Autogenerated social icons for Mosaico's versafix-1 master template.
https://github.com/voidlabs/versafix-social-icons
icon-pack icon-set icons iconset social-buttons social-media
Last synced: about 4 hours ago
JSON representation
Autogenerated social icons for Mosaico's versafix-1 master template.
- Host: GitHub
- URL: https://github.com/voidlabs/versafix-social-icons
- Owner: voidlabs
- License: mit
- Created: 2018-02-28T08:45:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T08:22:43.000Z (12 months ago)
- Last Synced: 2024-04-24T04:11:47.248Z (7 months ago)
- Topics: icon-pack, icon-set, icons, iconset, social-buttons, social-media
- Language: JavaScript
- Size: 5.88 MB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Social icon set for the versafix-1 master template for Mosaico
In order to improve maintainability icon styles are automatically generated from a basic black and white set of social icons.
## SRC
- ```icons-def/``` folder contains a 512x512 B&W icon for each social we support
- ```index.js``` contains the 15 transformations we want to apply. 20 when a brandcolor is passed as argument.
![Example source icon](https://github.com/voidlabs/versafix-social-icons/blob/master/icons-def/inst-black-512.png?raw=true)## GENERATED
- ```icons/``` contains the generated icons that will be used in versafix-1 template (96x96px)
- ```icons-overview/``` contains an overview montage of the generated icons.> ![48px overview](/icons-overview/all-48.png?raw=true)
>
> There is also two white logos on transparent background that you won't see in the github preview because of white background page.### Build/Run
You need NodeJS v6.0 or higher + ImageMagick
```
npm install
npm run build
npm run build -- "#900000"
```### Dev Notes
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.