1.0.3 • Published 10 months ago

argo-pdf-embedder v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

🚀 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-embedder

or you can clone project and use it as local package:

  1. clone project
  2. install dependencies
  3. in root directory start npm link command
  4. then you can import this folder as package in any your project just run npm link argo-pdf-embedder
  5. package imported!

Install and start project

Minimal Node version required: v16.18.1

npm i

In src/index.ts uncomment code from line 39 and to start demo run:

npm run serve

to build project use:

Development mode:

npm run build:dev

Production mode:

npm run build

TODO:

  1. Remove axios from dependecies
  2. Remove last unused or comented code ContentManager ?
  3. Export only useful type declarations
  4. Try and test project in production !!!
1.0.3

10 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago