# nativescript-panorama-imageview

> Panoramic Image View for NativeScript

Latest version **1.0.0** (published 2017-01-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install nativescript-panorama-imageview
pnpm add nativescript-panorama-imageview
yarn add nativescript-panorama-imageview
bun add nativescript-panorama-imageview
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-01-09 |
| First published | 2017-01-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Brad Martin |
| Maintainers | bradmartin |
| Keywords | NativeScript, panorama-image, imageview, panorama, panoramic, image, bradmartin, android, nativescript, typescript |

## Links

- npm: https://www.npmjs.com/package/nativescript-panorama-imageview
- Repository: https://github.com/bradmartin/nativescript-panorama-imageview
- Issues: https://github.com/bradmartin/nativescript-panorama-imageview/issues
- npm.io page: https://npm.io/package/nativescript-panorama-imageview

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2017-01-09

## README

[![npm](https://img.shields.io/npm/v/nativescript-panorama-imageview.svg)](https://www.npmjs.com/package/nativescript-panorama-imageview)
[![npm](https://img.shields.io/npm/dt/nativescript-panorama-imageview.svg?label=npm%20downloads)](https://www.npmjs.com/package/nativescript-panorama-imageview)

# NativeScript-Panorama-ImageView
Panoramic Image View for NativeScript that uses the device movement to pan the images.

## Native Library
 - *PanoramaImageView* - https://github.com/gjiazhe/PanoramaImageView

## Screens
![Sample1](screens/pan1.gif) | ![Sample2](screens/pan2.gif)

## License
This plugin is licensed under the MITlicense by Brad Martin

## Installation
From your command prompt/termial go to your app's root folder and execute:

```
tns plugin add nativescript-panorama-imageview
```

## Usages
#### XML:
```XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" xmlns:PanoramaImageView="nativescript-panorama-imageview" loaded="pageLoaded">
    <ActionBar title="Panoramic ImageView" />
   <ScrollView>
        <StackLayout class="p-20">
            <PanoramaImageView:PanoramaImageView height="220" src="~/images/panSunset.jpg" />
            <PanoramaImageView:PanoramaImageView height="200" scrollbar="true" src="https://cdn.pixabay.com/photo/2016/11/23/18/29/cloudy-1854241_960_720.jpg" />
            <PanoramaImageView:PanoramaImageView height="240" src="https://cdn.pixabay.com/photo/2016/11/21/15/43/beach-1846040_960_720.jpg" />
        </StackLayout>
    </ScrollView>
</Page>
```

### Properties

- `scrollbar: boolean` *optional (default = false)* - if true a scrollbar will be visible on the image view.

---
_Source: https://npm.io/package/nativescript-panorama-imageview · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
