socialify
socialify copied to clipboard
Use Devicons SVG instead of Font
Currently we are embedding our custom devicon font containing all icons into every image we output. Using SVGs should make it more performant.
react-devIcons seems promising https://github.com/devicons/react-devicons alternatively we can use https://react-icons.github.io/react-icons/icons or https://www.npmjs.com/package/@icons-pack/react-simple-icons
SimpleIcons might be a better solution. It comes with the color hex for each icon as well making it extremely easy to style instead of using hard coded css.
https://simpleicons.org/ https://www.npmjs.com/package/simple-icons