@a11y-ngx/responsive-image-maps
Version:
A responsive image map directive that updates the areas' coordinates according to the image size
46 lines • 1.36 kB
JSON
{
"name": "@a11y-ngx/responsive-image-maps",
"version": "1.1.2",
"description": "A responsive image map directive that updates the areas' coordinates according to the image size",
"keywords": [
"responsive",
"image",
"map",
"areas",
"size",
"rect",
"circle",
"poly",
"polygon",
"directive",
"a11y",
"accessibility",
"angular"
],
"homepage": "https://github.com/LDV2k3/a11y-libraries/tree/master/projects/a11y-ngx/responsive-image-maps#readme",
"bugs": {
"url": "https://github.com/LDV2k3/a11y-libraries/issues",
"email": "lucho.development@gmail.com"
},
"license": "MPL-2.0",
"author": {
"name": "Luciano Del Vacchio",
"email": "lucho.development@gmail.com",
"url": "https://github.com/LDV2k3/"
},
"peerDependencies": {
"@angular/common": ">=12.2.0 <21.0.0",
"@angular/core": ">=12.2.0 <21.0.0"
},
"dependencies": {
"tslib": "^1.10.0",
"@a11y-ngx/window-resize": ">=1.0.5"
},
"main": "bundles/a11y-ngx-responsive-image-maps.umd.js",
"module": "fesm2015/a11y-ngx-responsive-image-maps.js",
"es2015": "fesm2015/a11y-ngx-responsive-image-maps.js",
"esm2015": "esm2015/a11y-ngx-responsive-image-maps.js",
"fesm2015": "fesm2015/a11y-ngx-responsive-image-maps.js",
"typings": "a11y-ngx-responsive-image-maps.d.ts",
"sideEffects": false
}