Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.4 KB

README_en-US.md

File metadata and controls

63 lines (44 loc) · 1.4 KB

LabelBee

Born for annotation, focusing on annotation.

English | 简体中文

Features

  • Quickly build React apps with annotation
  • Render separated, the rendering module can be used separately

Install

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

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

Usage

Quick Start Example

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'));

Documents

Links

LICENSE

This project is released under the Apache 2.0 license.