{"id":20568618,"url":"https://github.com/sproctor/signaturepad","last_synced_at":"2025-04-14T16:12:11.124Z","repository":{"id":65507903,"uuid":"370456247","full_name":"sproctor/SignaturePad","owner":"sproctor","description":"A multiplatform Compose library to draw smooth signatures.","archived":false,"fork":false,"pushed_at":"2024-08-23T11:14:43.000Z","size":451,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-23T12:31:59.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sproctor.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":"2021-05-24T18:57:47.000Z","updated_at":"2024-08-23T11:14:46.000Z","dependencies_parsed_at":"2023-12-11T21:26:09.585Z","dependency_job_id":"661d438a-479f-4df9-a40f-644cb3b7ed5d","html_url":"https://github.com/sproctor/SignaturePad","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sproctor%2FSignaturePad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sproctor%2FSignaturePad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sproctor%2FSignaturePad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sproctor%2FSignaturePad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sproctor","download_url":"https://codeload.github.com/sproctor/SignaturePad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224876885,"owners_count":17384702,"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-16T04:51:43.887Z","updated_at":"2024-11-16T04:51:44.375Z","avatar_url":"https://github.com/sproctor.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compose Signature Pad\n\n## Gradle dependency\n\n### Multiplatform\n\n```kotlin\nimplementation(\"com.seanproctor:signaturepad:$signaturepad_version\")\n```\n\nAs of 1.0.1, supported targets are Android, JVM, and JS (experimental canvas).\n\n## Usage\n\n```kotlin\nval signaturePadState = rememberSignaturePadState()\n\nSignaturePad(state = signaturePadState, penColor = Color.Black, penWidth = 3.dp)\n\nButton(\n    onClick = {\n        val bitmap = ImageBitmap(600, 400)\n        signaturePadState.drawOnBitmap(penColor = Color.Black, penWidth = 2f)\n        submitSignature(bitmap)\n    },\n) {\n    Text(\"Submit\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsproctor%2Fsignaturepad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsproctor%2Fsignaturepad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsproctor%2Fsignaturepad/lists"}