From 65bc191119512acef663c0af629a77244d0de5f9 Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Fri, 23 Oct 2015 10:38:54 +0100 Subject: [PATCH] Added rough build process --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index fa928d9bc..c39cdedfc 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ [![Simple Icons](/images/og.png)](https://simpleicons.org) + +# Simple Icons + +## Build Process + +1. Acquire source vector file. +1. Simplify icon in vector editing tool (I use Affinity Designer). +1. Export SVG. +1. Run SVGO on the SVG file. +1. Add object to simple-icons.json. +1. Run build.js in Node. \ No newline at end of file