{"id":18652765,"url":"https://github.com/meowtec/recrop","last_synced_at":"2026-04-30T14:32:04.130Z","repository":{"id":73762925,"uuid":"173877464","full_name":"meowtec/recrop","owner":"meowtec","description":"cropping \u0026 rectangle selection component for React","archived":false,"fork":false,"pushed_at":"2019-06-24T07:15:29.000Z","size":2472,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-17T22:35:48.305Z","etag":null,"topics":["cropper","react","react-component"],"latest_commit_sha":null,"homepage":"https://meowtec.github.io/recrop/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meowtec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-03-05T05:06:11.000Z","updated_at":"2023-01-30T14:56:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"22a38628-3174-4a72-af50-ddbeae75ddf6","html_url":"https://github.com/meowtec/recrop","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"22487a73af37f97ba227b937a987326f631dd639"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meowtec/recrop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowtec%2Frecrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowtec%2Frecrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowtec%2Frecrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowtec%2Frecrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meowtec","download_url":"https://codeload.github.com/meowtec/recrop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowtec%2Frecrop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32468009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cropper","react","react-component"],"created_at":"2024-11-07T07:08:24.707Z","updated_at":"2026-04-30T14:32:04.112Z","avatar_url":"https://github.com/meowtec.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# recrop\na customizable image-crop / region-selection component for React.\n\n## Demo\nhttps://meowtec.github.io/recrop/\n\n## Usage\n```sh\nnpm i recrop --save\n```\n\n```javascript\nimport { ImageCrop } from 'recrop'\n\nclass ImageCropApp extends PureComponent {\n  state = {\n    crop: null,\n  }\n\n  handleCropChange = (crop) =\u003e {\n    this.setState({ crop })\n  }\n\n  render() {\n    return (\n      \u003cdiv style={{ height: 400, width: 600 }}\u003e\n        \u003cImageCrop\n          crop={this.state.crop}\n          src=\"your_image_url\"\n          onChange={this.handleCropChange}\n        /\u003e\n      \u003c/div\u003e\n    )\n  }\n}\n```\n\n## Feature\n- Customizable\n- Write in TypeScript\n\nFor more usages see [demo](https://meowtec.github.io/recrop/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeowtec%2Frecrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeowtec%2Frecrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeowtec%2Frecrop/lists"}