UNPKG

document-viewer-ts

Version:

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

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