UNPKG

pdfjs-vue-print

Version:

Example Vue 3 project using pdf.js to build a simple custom PDF.js viewer and print service.

8 lines (5 loc) 131 B
import { createApp } from 'vue' import App from './App.vue' // styles //import './style.css' createApp(App).mount('#app')