# @certifaction/pdfjs

[![npm][npm]][npm-url]
[![lerna][lerna]][lerna-url]

Converted Mozillas PDF.js to an ES6 module, transform CSS and create SCSS to be used in [@certifaction/vue-pdf-viewer](https://github.com/certifaction/js-pdf-viewer/tree/main/packages/vue-pdf-viewer).

## Table of contents

* [Install](#install)
    * [As NPM package](#as-npm-package)
* [Usage](#usage)
* [License](#license)

## Install

### As NPM package

```shell script
npm install @certifaction/pdfjs

# or if using yarn
yarn add @certifaction/pdfjs
```

## Usage

Check usage in [@certifaction/vue-pdf-viewer](https://github.com/certifaction/js-pdf-viewer/tree/main/packages/vue-pdf-viewer).

## License

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/certifaction/js-pdf-viewer/blob/master/LICENSE)

Released by [Certifaction AG](https://certifaction.com)

[npm]: https://img.shields.io/npm/v/@certifaction/pdfjs.svg
[npm-url]: https://www.npmjs.com/package/@certifaction/pdfjs
[lerna]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg
[lerna-url]: https://lerna.js.org/
