ngx-image-annotation
Version:
A comprehensive Angular component for tagging images. Check out [the demo](https://pdkds7-4200.csb.app/) for some examples.
34 lines • 718 B
JSON
{
"name": "ngx-image-annotation",
"version": "1.1.6",
"dependencies": {
"image-labeling": "^1.0.2",
"tslib": "^2.3.0"
},
"keywords": [
"angular",
"labeling",
"annotation",
"tag",
"image"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TaqBostan/ngx-image-annotation.git"
},
"bugs": {
"url": "https://github.com/TaqBostan/ngx-image-annotation/issues"
},
"sideEffects": false,
"module": "fesm2022/ngx-image-annotation.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-image-annotation.mjs"
}
}
}