ngx-x-browser-svg-mask
Version:
Angular attribute directive that handles cross browser considerations for applying SVG image masks in the DOM.
44 lines • 1.11 kB
JSON
{
"name": "ngx-x-browser-svg-mask",
"version": "21.0.3",
"private": false,
"license": "MIT",
"author": "Brian Martinson <brian@brianmartinson.com> (https://brianmartinson.com/)",
"keywords": [
"angular",
"svg",
"mask",
"cross-browser",
"ng",
"ng2",
"ngx"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:bmartinson/ngx-x-browser-svg-mask.git"
},
"bugs": {
"url": "https://github.com/bmartinson/ngx-x-browser-svg-mask/issues",
"email": "brian@brianmartinson.com"
},
"homepage": "https://github.com/bmartinson/ngx-x-browser-svg-mask#readme",
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0"
},
"dependencies": {
"tslib": "^2.3.1"
},
"module": "fesm2022/ngx-x-browser-svg-mask.mjs",
"typings": "types/ngx-x-browser-svg-mask.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ngx-x-browser-svg-mask.d.ts",
"default": "./fesm2022/ngx-x-browser-svg-mask.mjs"
}
},
"sideEffects": false
}