UNPKG

augmented-reality-pdf

Version:

A module to prepare PDF documents for AR. It automatically inserts a QR code and an image target of choice on each page of the document.

48 lines (47 loc) 1.14 kB
{ "name": "augmented-reality-pdf", "version": "1.0.2", "description": "A module to prepare PDF documents for AR. It automatically inserts a QR code and an image target of choice on each page of the document.", "main": "pdf.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Kaisle/augmented-reality-pdf.git" }, "keywords": [ "AR", "prepare", "image", "target", "QR", "code", "PDF", "marker", "add", "embed", "augmented", "reality", "augmented reality", "pdf" ], "author": "Anders Borum", "license": "MIT", "bugs": { "url": "https://github.com/Kaisle/augmented-reality-pdf/issues" }, "homepage": "https://github.com/Kaisle/augmented-reality-pdf#readme", "dependencies": { "cheerio": "^1.0.0-rc.2", "docker-cli-js": "^2.2.0", "fs-cheerio": "^2.0.1", "html-pdf": "^2.2.0", "html-to-pdf": "^0.1.11", "node-cmd": "^3.0.0", "qrcode": "^1.2.0", "sharp": "^0.20.3", "wkhtmltopdf": "^0.3.4" }, "devDependencies": {} }