@abidibo/react-cam-roi 0.9.1 → 0.11.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 +1 -1
- package/dist/index.cjs.js +85 -39
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +85 -39
- package/dist/index.esm.js.map +1 -1
- package/dist/types/Components/RoiEditor/Polygon.d.ts +4 -0
- package/dist/types/Components/RoiEditor/Toolbar.d.ts +8 -1
- package/dist/types/Icons/FullRoiIcon.d.ts +6 -0
- package/package.json +7 -11
package/README.md
CHANGED
@@ -801,7 +801,7 @@ After cloning the repository and install dependencies (`yarn install`), you can
|
|
801
801
|
|
802
802
|
In order to start developing just run the storybook, then make changes to code and the storybook will be updated.
|
803
803
|
|
804
|
-
In order to test the library in
|
804
|
+
In order to test the library in another local react project you can:
|
805
805
|
|
806
806
|
```bash
|
807
807
|
cd react-cam-roi
|