- Quickly build React apps with annotation
- Render separated, the rendering module can be used separately
# npm
npm install @labelbee/lb-annotation
npm install @labelbee/lb-components
# yarn
yarn add @labelbee/lb-annotation
yarn add @labelbee/lb-components
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'));
- LabelBee-Client(Powered by LabelBee)
This project is released under the Apache 2.0 license.