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

@@ -1,5 +1,5 @@
// 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 { extractPages as dependantExtractPages } from "./functions/extractPages.js";