Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# SVG to SwiftUI Converter Core

[![Version](https://img.shields.io/npm/v/svg-to-swiftui-core.svg)](https://npmjs.org/package/svg-to-swiftui-core)
[![Downloads/week](https://img.shields.io/npm/dw/svg-to-swiftui-core.svg)](https://npmjs.org/package/svg-to-swiftui-core)
[![License](https://img.shields.io/npm/l/svg-to-swiftui-core.svg)](LICENSE.md)

This is the core transpiler code that you can use to convert raw SVG code into SwiftUI Shape struct that you can use directly in your SwiftUI Project.

## Getting Started
Expand Down
Loading