Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.59 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.59 KB

SUSketch

platforms License Language: Swift 5.10 Swift Package Manager

SUSketch has basic functions for drawing from the beginning. Anyone can easily create drawing iOS Applications.

Features

  • Pen tool
  • Eraser tool
  • Fill
  • Brush
  • Undo / Redo
  • Draw on Camera / Gallery image
  • Text

Requirements

  • Xcode 14
  • Swift 5.5+

Installation

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.

Once you have your Swift package set up, adding SUSketch as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/ArunaUd92/SUSketch")
]

Privacy

SUSketch does not collect any data. A privacy manifest file.

License

SUSketch is available under the MIT license. See the LICENSE file for more info.