Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 586 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 586 Bytes

PDF Viewer

This project allows you to display pdf as it was done by adobe reader but in a website way. It's powered by pdf.js.

Installation

$ npm install

Usage

Build

$ npm run build

Build with optimisation

$ npm run build-dist

Develop with a http server and livereload

$ npm run start

Start tests

$ npm run test

Notes

Do not version unoptimised version of dist. (Be sure you were in npm run build-dist before commiting dist).