@abidibo/react-cam-roi 0.12.1 → 0.13.0
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 +2 -2
- package/dist/types/Types.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
# React Cam ROI
|
2
2
|
|
3
3
|
This is a react component which lets you draw regions of interest (ROI) over images, manage metadata and import/export everything.
|
4
|
-
Metadata are dynamic information that can be attached
|
4
|
+
Metadata are dynamic information that can be attached as a whole and/or to each ROI. The number and type of drawable ROIs can also be configured.
|
5
5
|
|
6
6
|

|
7
7
|
|
8
|
-
It provides one component: `RoiEditor` and one provider: `UiProvider`. The editor lets you draw regions of interest over a given image (url).
|
8
|
+
It provides one component: `RoiEditor` and one provider: `UiProvider`. The editor lets you add metadata and draw regions of interest over a given image (url).
|
9
9
|
|
10
10
|
Export and import functionality is also provided.
|
11
11
|
|
package/dist/types/Types.d.ts
CHANGED