Updated Dependency Docs

This commit is contained in:
Felix Kaspar 2023-10-24 16:18:45 +02:00
parent 1588ae4948
commit 9eb3ff4bb3
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ This file should introduce you with the concepts and tools used in this project.
## PDF Library Docs ## PDF Library Docs
- [pdf-lib](https://pdf-lib.js.org) - js - [pdf-lib](https://pdf-lib.js.org) - js
- [pdfcpu](https://pdfcpu.io) - go-wasm - [pdfcpu](https://pdfcpu.io) - go-wasm
- [opencv-wasm](https://www.npmjs.com/package/opencv-wasm) - ?-wasm
- [pdfjs](https://www.npmjs.com/package/pdfjs-dist) - js
## Adding a PDF Function ## Adding a PDF Function

View File

@ -1,5 +1,5 @@
// PDFLib gets importet via index.html script-tag // PDFLib gets importet via index.html script-tag
// TODO: OpenCV // TODO: OpenCV wasm js from browser
import * as pdfcpuWraopper from "./wasm/pdfcpu-wrapper-browser.js"; import * as pdfcpuWraopper from "./wasm/pdfcpu-wrapper-browser.js";
import { extractPages as dependantExtractPages } from "./functions/extractPages.js"; import { extractPages as dependantExtractPages } from "./functions/extractPages.js";