From c993b2a8e113543ad0609228f4e8f2e14e8ada6d Mon Sep 17 00:00:00 2001 From: Kaspar <51763508+kasparnau@users.noreply.github.com> Date: Thu, 12 Sep 2024 03:41:41 +0300 Subject: [PATCH] docs: add emoji to "how it works" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2562ecd..e60f8bd 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Motivation: I rather spend an hour building a tool than spend 3 minutes per SVG - ✨ Unit testing - Vitest - 💾 Save to Clipboard or File -## How It Works +## 🖥️ How It Works 1. Deconstruct the raw SVG file into individual objects using RegEx 2. Build a React component out of the deconstructed SVG objects