# @teammaestro/stencil-pdf-viewer

> Stencil PDF Viewer

Latest version **0.1.1** (published 2018-08-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install @teammaestro/stencil-pdf-viewer
pnpm add @teammaestro/stencil-pdf-viewer
yarn add @teammaestro/stencil-pdf-viewer
bun add @teammaestro/stencil-pdf-viewer
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; large bundle; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2018-08-01 |
| First published | 2018-05-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 14.3 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 80 |
| Author | TeamMaestro |
| Maintainers | db3dev, jpinkster, meetmaestro, sbannigan, sean-perkins, triniwiz, tvmaasjazz |

## Links

- npm: https://www.npmjs.com/package/@teammaestro/stencil-pdf-viewer
- Repository: https://github.com/TeamMaestro/stencil-pdf-viewer
- Homepage: https://github.com/TeamMaestro/stencil-pdf-viewer#readme
- Issues: https://github.com/TeamMaestro/stencil-pdf-viewer/issues
- npm.io page: https://npm.io/package/@teammaestro/stencil-pdf-viewer

## Dependencies (1)

- [print-js](https://npm.io/package/print-js.md) ^1.0.47

## Recent versions

- 0.1.1 (latest) — 2018-08-01
- 0.1.0 — 2018-07-31
- 0.0.3 — 2018-05-25

## README

# Stencil PDF Viewer
This web component allows you to add PDF rendering support to your web (and Ionic native) applications.

## Installation
- `npm i @teammaestro/stencil-pdf-viewer`

## Usage
```
<st-pdf-viewer src="http://www.mydomain.com/example.pdf"></st-pdf-viewer>
```

### Angular (6+) / Ionic (4+)
In your `angular.json` file add the following assets matcher in your `projects.app.architect.build.options.assets` collection:
```
{
    "glob": "**/*",
    "input": "node_modules/@teammaestro/stencil-pdf-viewer/dist/pdfviewer",
    "output": "./pdfviewer"
}
```

In your main `AppModule` (i.e. `app.module.ts`) add the following import statement:
```
import '@teammaestro/stencil-pdf-viewer/dist/pdfviewer';
```


## Contributors

[<img alt="Sean Bannigan" src="https://avatars1.githubusercontent.com/u/15218748?s=460&v=4" width="117">](https://github.com/sbannigan) | [<img alt="Sean Perkins" src="https://avatars1.githubusercontent.com/u/13732623?v=4&s=117" width="117">](https://github.com/sean-perkins) |[<img alt="Justin True" src="https://avatars3.githubusercontent.com/u/17008383?s=400&v=4" width="117">](https://github.com/bbjdt2224)  |
:---:|:---:|:---:
|[Sean Bannigan](https://github.com/sean-perkins)|[Sean Perkins](https://github.com/sean-perkins)|[Justin True](https://github.com/bbjdt2224)

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