Giter Site home page Giter Site logo

wuhui1989 / labelbee Goto Github PK

View Code? Open in Web Editor NEW

This project forked from open-mmlab/labelbee

0.0 1.0 0.0 6.18 MB

LabelBee is an annotation Library

License: Apache License 2.0

Shell 0.04% JavaScript 4.15% TypeScript 92.07% CSS 0.07% HTML 0.25% SCSS 3.43%

labelbee's Introduction

LabelBee

为标注而生,专注于标注体验的渲染、组件库。快速搭建标注应用。

English | 简体中文

特性

  • 即拆即用,简单配置即可创建标注应用
  • 渲染分离,可单独使用渲染模块

安装

# npm
npm install @labelbee/lb-annotation
npm install @labelbee/lb-components

# yarn
yarn add @labelbee/lb-annotation
yarn add @labelbee/lb-components

使用

快速开始例子

import React from 'react';
import ReactDOM from 'react-dom';
import { AnnotationView } from '@labelbee/lb-components';

const src = ''; // 可访问的图片路径

const DefaultComponent = () => {
  return (
    <AnnotationView
     src={src}
   />
  )
}

ReactDOM.render(<App />, document.querySelector('#app'));

文档

友情链接

LICENSE

该项目使用 Apache 2.0 license.

labelbee's People

Contributors

kerwin-l avatar glenfiddish avatar lihqi avatar tanjunbao avatar wuhui1989 avatar houchenyang avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.