{"id":21014116,"url":"https://github.com/paulcampbell/reactpicturetagger","last_synced_at":"2025-07-21T12:40:30.864Z","repository":{"id":41735868,"uuid":"232875855","full_name":"PaulCampbell/ReactPictureTagger","owner":"PaulCampbell","description":":sunrise_over_mountains: A react component for tagging images","archived":false,"fork":false,"pushed_at":"2025-04-08T09:04:39.000Z","size":6770,"stargazers_count":4,"open_issues_count":22,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T04:34:44.676Z","etag":null,"topics":["r-cnn","reactjs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/PaulCampbell.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}},"created_at":"2020-01-09T18:20:31.000Z","updated_at":"2025-04-08T09:04:44.000Z","dependencies_parsed_at":"2023-01-27T06:01:01.529Z","dependency_job_id":null,"html_url":"https://github.com/PaulCampbell/ReactPictureTagger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PaulCampbell/ReactPictureTagger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulCampbell%2FReactPictureTagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulCampbell%2FReactPictureTagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulCampbell%2FReactPictureTagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulCampbell%2FReactPictureTagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PaulCampbell","download_url":"https://codeload.github.com/PaulCampbell/ReactPictureTagger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulCampbell%2FReactPictureTagger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266303690,"owners_count":23908374,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["r-cnn","reactjs"],"created_at":"2024-11-19T09:45:12.485Z","updated_at":"2025-07-21T12:40:30.805Z","avatar_url":"https://github.com/PaulCampbell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReactPictureTagger\n\nIt's a react component for tagging pictures...\n\n![example screen grab](./demo_gif.gif \"Screen Grab\")\n\nCould be useful for your data if you're doing something with an r-cnn.\n\n## Try it out\n\nhttps://paulcampbell.github.io/ReactPictureTagger/\n\n## How to use it\n\nYou can check the [example](https://github.com/PaulCampbell/ReactPictureTagger/blob/master/examples/src/index.js).\n\nBasically something like this:\n\n```\nimport ReactPictureTagger from '../../src'\n\nconst App = () =\u003e {\n  const picture = {\n    imageSrc: './images/muppets.png',\n    imgAlt: 'Image 1',\n    tags: [\n      { top: 128, left: 5, width: 180, height: 190, name: 'Rizzo' },\n    ]\n  }\n\n  function tagsUpdated(newTags) {\n    console.log(newTags)\n  }\n\n  return (\n    \u003cReactPictureTagger\n      imageSrc={picture.imageSrc}\n      imageAlt={picture.imageAlt}\n      tags={picture.tags}\n      showTags={true}\n      tagsUpdated={tagsUpdated}\n      /\u003e\n  )\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulcampbell%2Freactpicturetagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulcampbell%2Freactpicturetagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulcampbell%2Freactpicturetagger/lists"}