@acrodata/watermark
Version:
Add watermark to your page
40 lines • 873 B
JSON
{
"name": "@acrodata/watermark",
"version": "1.3.0",
"description": "Add watermark to your page",
"publishConfig": {
"access": "public"
},
"author": "nzbin<nzb329@163.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/acrodata/watermark.git"
},
"homepage": "https://acrodata.github.io/watermark/",
"keywords": [
"angular",
"watermark",
"image-watermark",
"blink-watermark",
"ngx-watermark"
],
"peerDependencies": {
"@angular/core": ">=16.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/acrodata-watermark.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/acrodata-watermark.mjs"
}
}
}