Fix: file extenstions in imports

This commit is contained in:
Felix Kaspar
2024-02-23 23:55:29 +01:00
parent 644e0ceae9
commit 20f027bb5a
13 changed files with 25 additions and 24 deletions

View File

@@ -1,7 +1,9 @@
import Joi from "@stirling-tools/joi";
import { PDFPage } from "pdf-lib";
import { PdfFile, RepresentationType, JoiPDFFileSchema } from "../wrappers/PdfFileJoi";
import { PdfFile, RepresentationType } from "../wrappers/PdfFile";
import { JoiPDFFileSchema } from "../wrappers/PdfFileJoi";
const whSchema = Joi.string().custom((value, helpers) => {
console.log("value.pageSize", typeof value);