{"id":19274414,"url":"https://github.com/regexident/enhancedroundedrectangle","last_synced_at":"2025-04-11T20:41:10.136Z","repository":{"id":71465129,"uuid":"267001456","full_name":"regexident/EnhancedRoundedRectangle","owner":"regexident","description":"A reimplementation of SwiftUI's RoundedRectangle with support for non-uniform corner radii","archived":false,"fork":false,"pushed_at":"2020-05-27T00:47:46.000Z","size":65,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T16:46:08.536Z","etag":null,"topics":["swiftui","swiftui-components","swiftui-framework"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/regexident.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-26T09:33:11.000Z","updated_at":"2024-01-24T23:18:05.000Z","dependencies_parsed_at":"2023-04-04T10:17:09.901Z","dependency_job_id":null,"html_url":"https://github.com/regexident/EnhancedRoundedRectangle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regexident%2FEnhancedRoundedRectangle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regexident%2FEnhancedRoundedRectangle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regexident%2FEnhancedRoundedRectangle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regexident%2FEnhancedRoundedRectangle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/regexident","download_url":"https://codeload.github.com/regexident/EnhancedRoundedRectangle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248478685,"owners_count":21110748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["swiftui","swiftui-components","swiftui-framework"],"created_at":"2024-11-09T20:46:07.544Z","updated_at":"2025-04-11T20:41:10.102Z","avatar_url":"https://github.com/regexident.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EnhancedRoundedRectangle\n\nA reimplementation of SwiftUI's `RoundedRectangle` with support for non-uniform corner radii.\n\n## Usage\n\n```swift\nEnhancedRoundedRectangle(\n    cornerRadius: .init(\n        topLeft: 10.0,\n        topRight: 20.0,\n        bottomRight: 30.0,\n        bottomLeft: 40.0\n    ),\n    style: .circular // .continuous\n)\n.fill(Color.gray)\n.frame(width: 100.0, height: 100.0)\n```\n\n![Preview](Preview.png)\n\n## Installation\n\nTo use **EnhancedRoundedRectangle** to your project add this line to your `Package.swift` file:\n\n```swift\n.package(\n    url: \"https://github.com/regexident/EnhancedRoundedRectangle\",\n    from: \"\u003cyour desired version\u003e\"\n),\n```\n\n## License\n\n**EnhancedRoundedRectangle** is available under a **MPL-2 license**. See the `LICENSE` file for more info.\n\n## Contributing\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregexident%2Fenhancedroundedrectangle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fregexident%2Fenhancedroundedrectangle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregexident%2Fenhancedroundedrectangle/lists"}