UNPKG

compactor

Version:

Compress pdf and img on browser

31 lines (30 loc) 617 B
{ "name": "compactor", "version": "0.1.2", "description": "Compress pdf and img on browser", "main": "index.js", "homepage": "https://github.com/tt-p/compactor", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "tt-p", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tt-p/compactor.git" }, "dependencies": { "pdfjs-dist": "^2.15.349", "pdfkit": "^0.13.0" }, "keywords": [ "compress", "size", "reduce", "broswser", "pdf", "jpeg", "jpg", "png" ] }