mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-02-02 00:16:34 +01:00
Updated Dependency Docs
This commit is contained in:
parent
1588ae4948
commit
9eb3ff4bb3
@ -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
|
||||||
|
|
||||||
|
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user