UNPKG

ngx-svg-graphics

Version:

Small svg library to link components or svg elements with arrows and allow to drag components.

40 lines 906 B
{ "name": "ngx-svg-graphics", "version": "1.1.0", "description": "Small svg library to link components or svg elements with arrows and allow to drag components.", "keywords": [ "Drag", "Arrows", "SVG", "Angular", "EMF" ], "author": { "name": "Susanne Göbel", "email": "goebel@uni-koblenz.de" }, "repository": { "type": "git", "url": "https://github.com/softlang/EMFular/tree/main/projects/arrows" }, "peerDependencies": { "@angular/common": "^19.2.4", "@angular/core": "^19.2.4", "@types/uuid": "^10.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/ngx-svg-graphics.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-svg-graphics.mjs" } } }