{"id":13444313,"url":"https://github.com/open-mmlab/labelbee","last_synced_at":"2026-04-01T16:43:05.588Z","repository":{"id":37092231,"uuid":"434595620","full_name":"open-mmlab/labelbee","owner":"open-mmlab","description":"LabelBee is an annotation Library","archived":false,"fork":false,"pushed_at":"2025-04-10T06:49:54.000Z","size":40984,"stargazers_count":275,"open_issues_count":7,"forks_count":61,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-11T20:44:43.319Z","etag":null,"topics":["annotation","frontend","javascript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/open-mmlab.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2021-12-03T12:53:25.000Z","updated_at":"2025-04-10T11:47:00.000Z","dependencies_parsed_at":"2023-02-19T06:15:42.742Z","dependency_job_id":"c0486288-2a84-4a49-8a9a-41b1eae1bdc8","html_url":"https://github.com/open-mmlab/labelbee","commit_stats":{"total_commits":764,"total_committers":14,"mean_commits":54.57142857142857,"dds":0.5759162303664922,"last_synced_commit":"a477bd224229f456fc84adc3eed1dc120dbeae59"},"previous_names":[],"tags_count":673,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Flabelbee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Flabelbee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Flabelbee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Flabelbee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","download_url":"https://codeload.github.com/open-mmlab/labelbee/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254286382,"owners_count":22045717,"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","frontend","javascript"],"created_at":"2024-07-31T03:02:24.515Z","updated_at":"2026-04-01T16:43:00.566Z","avatar_url":"https://github.com/open-mmlab.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003carticle style=\"display: flex; flex-direction: column; align-items: center; justify-content: center;\"\u003e\n      \u003cp align=\"center\"\u003e\u003cimg width=\"300\" src=\"./docs/assets/logo.svg\" /\u003e\u003c/p\u003e\n      \u003ch1 style=\"width: 100%; text-align: center;\"\u003eLabelBee\u003c/h1\u003e\n      \u003cp\u003e为标注而生，专注于标注体验的渲染、组件库。快速搭建标注应用。\u003c/p\u003e\n  \u003c/article\u003e\n  \u003ca href=\"./README_en-US.md\"\u003eEnglish\u003c/a\u003e | 简体中文\n\n\u003c/div\u003e\n\n## 特性\n\n- 即拆即用，简单配置即可创建标注应用\n- 渲染分离，可单独使用渲染模块\n\n\n## 安装\n\n```bash\n# npm\nnpm install @labelbee/lb-annotation\nnpm install @labelbee/lb-components\n\n# yarn\nyarn add @labelbee/lb-annotation\nyarn add @labelbee/lb-components\n```\n\n\n## 使用\n\n快速开始例子\n\n```js\nimport React from 'react';\nimport ReactDOM from 'react-dom';\nimport { AnnotationView } from '@labelbee/lb-components';\n\nconst src = ''; // 可访问的图片路径\n\nconst DefaultComponent = () =\u003e {\n  return (\n    \u003cAnnotationView\n     src={src}\n   /\u003e\n  )\n}\n\nReactDOM.render(\u003cApp /\u003e, document.querySelector('#app'));\n```\n\n## 文档\n\n- [LabelBee 渲染库 - lb-Annotation](./packages/lb-annotation/README.md)\n- [LabelBee 组件库 - lb-components](./packages/lb-components/README.md)\n- [快速 DEMO 展示](./packages/lb-demo/README.md)\n\n## 友情链接\n\n- [LabelBee-Client](https://github.com/open-mmlab/labelbee-client)\n\n## LICENSE\n\n该项目使用 [Apache 2.0 license](./LICENSE).\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-mmlab%2Flabelbee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-mmlab%2Flabelbee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-mmlab%2Flabelbee/lists"}