# vuejs-images-viewer

> images viewer it can rotate

Latest version **1.0.8** (published 2017-10-20) · ISC license · 0 weekly downloads

## Install

```sh
npm install vuejs-images-viewer
pnpm add vuejs-images-viewer
yarn add vuejs-images-viewer
bun add vuejs-images-viewer
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2017-10-20 |
| First published | 2017-10-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+3 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | FM |
| Maintainers | masouk |
| Keywords | vue, component, images, es6, viewer, rotate |

## Links

- npm: https://www.npmjs.com/package/vuejs-images-viewer
- Repository: https://github.com/masouk/vuejs-images-viewer
- Homepage: https://github.com/masouk/vuejs-images-viewer#readme
- Issues: https://github.com/masouk/vuejs-images-viewer/issues
- npm.io page: https://npm.io/package/vuejs-images-viewer

## Dependencies (3)

- [vue](https://npm.io/package/vue.md) ^2.5.2
- [bootstrap](https://npm.io/package/bootstrap.md) ^3.3.7
- [material-design-icons](https://npm.io/package/material-design-icons.md) ^3.0.1

## Alternatives

- [exif-parser](https://npm.io/package/exif-parser.md) — 3.8M weekly downloads
- [vite-plugin-compression](https://npm.io/package/vite-plugin-compression.md) — 569.5K weekly downloads
- [pica](https://npm.io/package/pica.md) — 442.4K weekly downloads
- [@reportportal/client-javascript](https://npm.io/package/@reportportal/client-javascript.md) — 408.8K weekly downloads
- [@tldraw/state](https://npm.io/package/@tldraw/state.md) — 316.0K weekly downloads

## Recent versions

- 1.0.8 (latest) — 2017-10-20
- 1.0.7 — 2017-10-19
- 1.0.6 — 2017-10-19
- 1.0.5 — 2017-10-19
- 1.0.4 — 2017-10-19
- 1.0.3 — 2017-10-19
- 1.0.2 — 2017-10-19
- 1.0.1 — 2017-10-19
- 1.0.0 — 2017-10-19

## README

# vuejs-images-viewer
[![Build Status](https://travis-ci.org/conventional-changelog/standard-version.svg?branch=master)](https://travis-ci.org/conventional-changelog/standard-version)
[![NPM version](https://img.shields.io/badge/npm-v1.0.7-brightgreen.svg)](https://www.npmjs.com/package/vuejs-images-viewer)

## Installation
```js
npm install vuejs-images-viewer --save
```

### Browser
Include the script file, then install the component with `Vue.use(ImagesViewer);` e.g.:

```html
<!--Plugin!-->
<script type="text/javascript" src="node_modules/vuejs-images-viewer/dist/app.js"></script>
<!--Template!-->
<script type="text/javascript" src="node_modules/vuejs-images-viewer/dist/app.min.js"></script>
<script type="text/javascript">
  Vue.use(ImagesViewer);
</script>
```

### Module

```js
import imagesViewer from 'vuejs-images-viewer';
```

```js
const app = new Vue({
    el: '#app',
    components: {
        'images-viewer': imagesViewer
    }
});
```

## Usage

Once installed, it can be used in a template as simply as:

```html
<images-viewer></images-viewer>
```

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