{"id":21433062,"url":"https://github.com/randomtask2000/pencilkit","last_synced_at":"2026-03-19T20:23:27.905Z","repository":{"id":218614845,"uuid":"335040185","full_name":"randomtask2000/Pencilkit","owner":"randomtask2000","description":"Pencilkit bindings for SwiftUI","archived":false,"fork":false,"pushed_at":"2019-10-27T16:35:09.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T08:44:14.437Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://notemate.com","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/randomtask2000.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}},"created_at":"2021-02-01T18:09:25.000Z","updated_at":"2022-09-13T07:49:04.000Z","dependencies_parsed_at":"2024-01-23T01:49:59.031Z","dependency_job_id":null,"html_url":"https://github.com/randomtask2000/Pencilkit","commit_stats":null,"previous_names":["randomtask2000/pencilkit"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randomtask2000%2FPencilkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randomtask2000%2FPencilkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randomtask2000%2FPencilkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randomtask2000%2FPencilkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/randomtask2000","download_url":"https://codeload.github.com/randomtask2000/Pencilkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945528,"owners_count":20372893,"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":[],"created_at":"2024-11-22T23:24:40.433Z","updated_at":"2026-01-02T18:40:54.200Z","avatar_url":"https://github.com/randomtask2000.png","language":null,"readme":"# PencilkitSwiftUI\n\n[![CI Status](https://img.shields.io/travis/notemate/Pencilkit.svg?style=flat)](https://travis-ci.org/notemate/Pencilkit)\n[![Version](https://img.shields.io/cocoapods/v/PencilkitSwiftUI.svg?style=flat)](https://cocoapods.org/pods/PencilkitSwiftUI)\n[![License](https://img.shields.io/cocoapods/l/PencilkitSwiftUI.svg?style=flat)](https://cocoapods.org/pods/PencilkitSwiftUI)\n[![Platform](https://img.shields.io/cocoapods/p/PencilkitSwiftUI.svg?style=flat)](https://cocoapods.org/pods/PencilkitSwiftUI)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n## Installation\n\nPencilkitSwiftUI is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'PencilkitSwiftUI'\n```\n\n## Example\n\n```swift\nimport Combine\nimport SwiftUI\nimport PencilkitSwiftUI\n\nstruct EditorView: View {\n    @State var canvasChangeObservable = CurrentValueSubject\u003cData?, Never\u003e(nil)\n    @State var canvasData: Data? = nil\n\n    var body: some View {\n        GeometryReader { reader in\n            PKCanvasRepresentation(observable: self.canvasChangeObservable, data: self.canvasData)\n                    .frame(maxWidth: .infinity, idealHeight: reader.size.height, alignment: .topLeading)\n                    .background(Color.white)\n        }\n    }\n}\n```\n\n## Author\n\nnotemate, yagiznizipli@me.com\n\n## License\n\nPencilkitSwiftUI is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandomtask2000%2Fpencilkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandomtask2000%2Fpencilkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandomtask2000%2Fpencilkit/lists"}