UNPKG

pdf2pic

Version:

A utility for converting pdf to image formats. Supports different outputs: directly to file, base64 or buffer.

26 lines (25 loc) 415 B
{ "compilerOptions": { "target": "es6", "declaration": true, "declarationDir": "dist", "experimentalDecorators": true, "esModuleInterop": true, "emitDecoratorMetadata": true, "sourceMap": false, "baseUrl": "src", "lib": [ "esnext" ], "paths": { "@module/*": ["*"] } }, "include": [ "src" ], "exclude": [ "dist", "node_modules" ] }