RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
MIT License
727 stars 114 forks source link

Add SwiftUI support #19

Closed subdan closed 4 years ago

subdan commented 4 years ago
Color.backgroundPrimary
Color.buttonPressed

Text("Hello World!").style(.header)
Text("Hello World!").style(.caption1)