@labelbee/lb-annotation 1.5.3 → 1.5.4-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/dist/index.js +8 -8
- package/es/index.js +8 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[English](./README_en-US.md) | 简体中文
|
|
2
|
+
|
|
1
3
|
# LB-Annotation
|
|
2
4
|
|
|
3
5
|
标注绘图框架,能快速提供检测、分割、分类等标注操作。
|
|
@@ -14,8 +16,6 @@ $ yarn add @labelbee/lb-annotation
|
|
|
14
16
|
|
|
15
17
|
## Quick Start
|
|
16
18
|
|
|
17
|
-
### 接口定义
|
|
18
|
-
|
|
19
19
|
```ts
|
|
20
20
|
import React, { useEffect } from 'react';
|
|
21
21
|
import { AnnotationEngine } from '@labelbee/lb-annotation';
|
|
@@ -107,6 +107,8 @@ const App = () => {
|
|
|
107
107
|
export default App;
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
+
### 接口定义
|
|
111
|
+
|
|
110
112
|
```js
|
|
111
113
|
interface IImageAttribute {
|
|
112
114
|
contrast: number;
|