UNPKG

document-viewer-ts

Version:

PDF and MS Doc viewer written in TypeScript for React and vanilla JavaScript

4 lines (3 loc) 97 B
import { Viewer } from './Viewer.js'; import { init } from './base.js'; export { init, Viewer };