{"id":10175075,"url":"https://recogito.github.io/annotorious","last_synced_at":"2025-09-03T22:30:44.110Z","repository":{"id":40482256,"uuid":"251059700","full_name":"annotorious/annotorious","owner":"annotorious","description":"Add image annotation functionality to any web page with a few lines of JavaScript.","archived":false,"fork":false,"pushed_at":"2024-12-20T20:21:23.000Z","size":4344,"stargazers_count":692,"open_issues_count":25,"forks_count":108,"subscribers_count":20,"default_branch":"main","last_synced_at":"2024-12-25T06:06:56.935Z","etag":null,"topics":["annotation","annotation-tool","data-annotation-tools","image-annotation","image-annotation-tool"],"latest_commit_sha":null,"homepage":"http://annotorious.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/annotorious.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":".github/FUNDING.yml","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},"funding":{"custom":"https://steadyhq.com/rainer-simon"}},"created_at":"2020-03-29T15:03:16.000Z","updated_at":"2024-12-20T20:21:26.000Z","dependencies_parsed_at":"2024-05-27T20:42:06.822Z","dependency_job_id":"5fa2ac1c-47aa-4302-af77-6860b2c61fab","html_url":"https://github.com/annotorious/annotorious","commit_stats":{"total_commits":1238,"total_committers":27,"mean_commits":"45.851851851851855","dds":0.6518578352180937,"last_synced_commit":"a255dd196d071fda56cf47c6af0577b3adac0e08"},"previous_names":["recogito/annotorious"],"tags_count":82,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annotorious%2Fannotorious","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annotorious%2Fannotorious/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annotorious%2Fannotorious/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annotorious%2Fannotorious/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/annotorious","download_url":"https://codeload.github.com/annotorious/annotorious/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231780584,"owners_count":18425584,"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":["annotation","annotation-tool","data-annotation-tools","image-annotation","image-annotation-tool"],"created_at":"2024-05-23T22:45:50.052Z","updated_at":"2025-09-03T22:30:44.099Z","avatar_url":"https://github.com/annotorious.png","language":"TypeScript","readme":"![Aerial view of Schönbrunn Palace in Vienna annotated with Annotorious](/images/splash-image.jpg \"Aerial view of Schönbrunn Palace in Vienna annotated with Annotorious\")\n\n# Annotorious - JavaScript Image Annotation\n\nAdd image annotation functionality to any web page with a few lines of JavaScript. Visit the\n[project website](https://annotorious.dev) for documentation and live demos.\n\n```sh\nnpm install @annotorious/annotorious\n```\n\n## Quick Start\n\n```js\nimport { createImageAnnotator } from '@annotorious/annotorious';\n\nimport '@annotorious/annotorious/annotorious.css';\n\nconst anno = createImageAnnotator('image-to-annotate');\n\n// Load annotations from a file\nanno.loadAnnotations('./annotations.json');\n\n// Listen to user events\nanno.on('createAnnotation', function(annotation) {\n  console.log('new annotation', annotation);\n});\n```\n\n## License\n\nAnnotorious is licensed under the [BSD 3-Clause](LICENSE) license.\n\n## Community\n\nVisit the [Discussion Forum](https://github.com/annotorious/annotorious/discussions) for community support, or file an\nissue on the [Issue Tracker](https://github.com/annotorious/annotorious/issues).\n\n## Professional Support Available\n\nLooking for help with integration, customization, or feature development? I offer consulting and professional services for teams and organizations that need dedicated support or technical guidance. Services are available on an hourly basis.\n\nContact me at hello@rainersimon.io to discuss your project.\n\n## Older Versions\n\nDocumentation for Annotorious version 2.7 [is available here](https://annotorious.github.io).\n","funding_links":["https://steadyhq.com/rainer-simon"],"categories":["Image / video"],"sub_categories":["Open source"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/recogito.github.io%2Fannotorious","html_url":"https://awesome.ecosyste.ms/projects/recogito.github.io%2Fannotorious","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/recogito.github.io%2Fannotorious/lists"}