Updated Contribute & a little bit of cleanup

This commit is contained in:
Felix Kaspar
2023-12-27 23:55:11 +01:00
parent 45d5f2c533
commit 762fa850f1
6 changed files with 30 additions and 107 deletions

View File

@@ -1,6 +1,5 @@
import { PdfFile, RepresentationType } from "../wrappers/PdfFile";
import { FieldConstraint, RecordConstraint } from '../dynamic-ui/OperatorConstraints'
import { Operator, Progress, oneToOne } from ".";
import * as pdfcpuWrapper from "#pdfcpu"; // This is updated by tsconfig.json/paths for the context (browser, node, etc.) this module is used in.