/swift-core-graphics-extras

Convenient extensions for the CoreGraphics framework.

Primary LanguageSwiftMIT LicenseMIT

CoreGraphicsExtras

This package extends the functionality of the CoreGraphics framework by providing convenient properties and methods.

Installation

You can add the library to an Xcode project by adding it as a package dependency.

https://github.com/whutao/swift-core-graphics-extras

If you want to use the library in a SwiftPM project, it's as simple as adding it to a dependencies clause in your Package.swift:

dependencies: [
    .package(
        url: "https://github.com/whutao/swift-core-graphics-extras", 
        from: Version(1, 0, 0)
    )
]

License

This library is released under the MIT License. See the LICENSE file for more details.