UNPKG

pdfjs-vue-print

Version:

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

44 lines (43 loc) 934 B
{ "name": "pdfjs-vue-print", "version": "0.0.10", "type": "module", "license": "Apache-2.0", "description": "Example Vue 3 project using pdf.js to build a simple custom PDF.js viewer and print service.", "keywords": [ "PDF.js", "PDF", "PDF Viewer", "Viewer", "PDF printing", "print", "Vue.js", "Vue 3", "Vite" ], "repository": { "type": "git", "url": "https://gitlab.com/drewlab/pdfjs-vue-print.git" }, "author": { "name": "Drew Letcher", "url": "https://gitlab.com/drewlab" }, "homepage": "https://gitlab.com/drewlab/pdfjs-vue-print/-/blob/main/README.md", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "pdfjs-dist": "^2.16.105", "vue": "^3.2.41" }, "devDependencies": { "@vitejs/plugin-vue": "^3.2.0", "vite": "^3.2.3" }, "engines": { "node": ">=0.12" } }