UNPKG

ng2-image-viewer

Version:

<section> <p>This component uses the <a href="http://ignitersworld.com/lab/imageViewer.html">Image Viewer JS</a> in it's core.</p> <p>Ng2-Image Viewer uses MIT license, so you can use it as you wish, feel free to help contributing with the code.</p> <p>Th

37 lines (36 loc) 775 B
{ "name": "ng2-image-viewer", "version": "3.0.5", "repository": { "type": "git", "url": "https://github.com/brenoprata10/ng2-image-viewer" }, "author": { "name": "brenoprata10", "email": "brenoprata10@gmail.com" }, "keywords": [ "angular", "image", "viewer", "angular 4", "angular 5", "angular 6", "pdf", "pdf viewer" ], "license": "MIT", "bugs": { "url": "https://github.com/brenoprata10/ng2-image-viewer/issues" }, "main": "ng2-image-viewer.umd.js", "module": "ng2-image-viewer.js", "jsnext:main": "ng2-image-viewer.js", "typings": "ng2-image-viewer.d.ts", "peerDependencies": { "@angular/core": "^7.0.0", "iv-viewer": "~2.0.0", "rxjs": "^5.1.0", "zone.js": "^0.8.4" } }