ng-magnizoom
Version:
Angular image magnifier (based on HTML canvas)
51 lines • 1.24 kB
JSON
{
"name": "ng-magnizoom",
"version": "1.4.0",
"description": "Angular image magnifier (based on HTML canvas)",
"repository": {
"type": "git",
"url": "https://github.com/henczi/ng-magnizoom.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/henczi/ng-magnizoom/issues"
},
"keywords": [
"angular",
"ng",
"image",
"zoom",
"magnifier",
"image magnifier",
"image zoom",
"canvas",
"ng-magnizoom"
],
"peerDependencies": {
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0"
},
"module": "fesm2015/ng-magnizoom.mjs",
"es2020": "fesm2020/ng-magnizoom.mjs",
"esm2020": "esm2020/ng-magnizoom.mjs",
"fesm2020": "fesm2020/ng-magnizoom.mjs",
"fesm2015": "fesm2015/ng-magnizoom.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ng-magnizoom.mjs",
"es2020": "./fesm2020/ng-magnizoom.mjs",
"es2015": "./fesm2015/ng-magnizoom.mjs",
"node": "./fesm2015/ng-magnizoom.mjs",
"default": "./fesm2020/ng-magnizoom.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}