argo-pdf-embedder
v1.0.3
Published
Allows to import or export PDF files as ARGO embedded PDFs
Readme
🚀 Welcome to argo-pdf-embedder project!
This package allows you to import or export PDF files as ARGO embedded PDFs.
To use as npm package here is temporal public package:
npm i argo-pdf-embedderor you can clone project and use it as local package:
- clone project
- install dependencies
- in root directory start
npm linkcommand - then you can import this folder as package in any your project just run
npm link argo-pdf-embedder - package imported!
Install and start project
Minimal Node version required: v16.18.1
npm iIn src/index.ts uncomment code from line 39 and to start demo run:
npm run serveto build project use:
Development mode:
npm run build:devProduction mode:
npm run buildTODO:
- [ ] Remove
axiosfrom dependecies - [ ] Remove last unused or comented code
ContentManager? - [ ] Export only useful type declarations
- [ ] Try and test project in production !!!
