1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00
joplin/packages/pdf-viewer
2022-08-19 19:10:39 +01:00
..
config
hooks
.gitignore
index.html
jest.config.js
miniViewer.tsx
package-lock.json
package.json Tools: Fix desktop build performance issue (#6762) 2022-08-19 19:10:39 +01:00
Page.tsx
pages.css
pdfSource.test.ts
pdfSource.ts
README.md Tools: Fix desktop build performance issue (#6762) 2022-08-19 19:10:39 +01:00
tsconfig.json
VerticalPages.tsx
viewer.css
webpack.config.js

PDF VIEWER

A custom built PDF viewer for Joplin's use. The viewer is designed to be rendered in an iframe. This package produces the build files in /dist folder.

Installation & Usage

From root of the project:

yarn install

This step will also run yarn build and build the viewer on post-install and populate the /dist folder. We are using weback for build process.

When working on the viewer, after code updates you need to rebuild the viewer:

yarn build

Alternatively, you can use yarn watch to rebuild automatically on code changes.

yarn watch

The build process of app-desktop takes care of copying the content of /dist and the root html file to appropriate location.