react-image-annotate
react-image-annotate copied to clipboard
Create image annotations. Classify, tag images with polygons, bounding boxes or points.
For usage `npm install react-image-annotate` is provided but is not working. I have tried several methods to fix the issue, tried to install canvas separately by following [their](https://github.com/Automattic/node-canvas) guidelines but...
Hope to compile a version to provide support for commonjs
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
How can i set default values to ReactImageAnnotate from api?, and also how to can get the annoted values from this so i can post to the api
https://github.com/UniversalDataTool/react-image-annotate/blob/ca3e864326c14413e0a4df2544b5c1ecdccac987/src/ClassSelectionMenu/index.js#L61-L75 This is a breaking change in 1.8.0
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.8.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.20 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...
Is it possible to detect when a user click next or prev? I want to add a progressbar on my project, but i need to know when a user clicks...