Skip to content

Commit

Permalink
Merge branch 'main' of github.com:quassum/SVG-to-SwiftUI
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Oct 17, 2023
2 parents bdb6452 + 9665088 commit 1c3ad71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c3ad71

Please sign in to comment.