A lightweight NativeScript plugin that wraps the [JTSImageViewController](https://cocoapods.org/pods/JTSImageViewController) CocoaPod.
npm install nativescript-image-previewA lightweight NativeScript plugin that wraps the JTSImageViewController CocoaPod.
```
tns install nativescript-image-preview
`js``
var imagePreview = require("nativescript-image-preview");
imagePreview.showImage("https://i.imgur.com/sKh7Z6R.png");
You can alternatively just use JTSImageViewController APIs documented on