From 9665088e166a999185173f8b0307ff32b46a34f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoni=20Silvestrovi=C4=8D?= Date: Fri, 22 Sep 2023 12:20:16 +0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antoni Silvestrovič --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 312d8a92..f5d20cf3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ Tool to convert SVG to SwiftUI's Shape structure. This approach is much more mem This tool is oriented towards specific implementations where you might otherwise need to convert the icon into SwiftUI Shape manually, for example when you need a custom animatable icon, need to use SFSymbol in your macOS app, etc. For general purpose icons it might be better to use [this](https://developer.apple.com/documentation/uikit/uiimage/creating_custom_symbol_images_for_your_app) guide to create an SF Symbol instead. +## Quick Links + +- [Web App (SVG to SwiftUI)](https://svg-to-swiftui.quassum.com?utm_source=github&utm_medium=readme) +- [Figma Plugin](https://dub.sh/figma-to-swiftui) + ## Usage ### Step 1