Cleanup, Updated Docs
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
import { PdfFile } from "../../wrappers/PdfFile";
|
||||
import { PDFPageProxy } from "pdfjs-dist/types/src/display/api";
|
||||
import { Image, ImageKind } from "image-js";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
import jsQR from "jsqr";
|
||||
|
||||
import { PdfFile } from "../../wrappers/PdfFile";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
import { PDFPageProxy } from "pdfjs-dist/types/src/display/api";
|
||||
|
||||
import * as PDFJS from "pdfjs-dist";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
import { PdfFile, RepresentationType } from "../../wrappers/PdfFile";
|
||||
import { PDFDocument } from "pdf-lib";
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
/**
|
||||
* @param pages A list of page indexes, or the number of total pages in the document (which will be converted into a list of page indexes).
|
||||
* @returns A reversed list of page indexes.
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
/**
|
||||
* @param selection An array of page indexes already selected.
|
||||
* @param pageCount The number of pages of the pdfDocument.
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
import { PdfFile } from "../../wrappers/PdfFile";
|
||||
|
||||
export async function sortPdfArray(
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
import { PdfFile } from "../../wrappers/PdfFile";
|
||||
import { getPages } from "./getPagesByIndex";
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ import { Action } from "../../declarations/Action";
|
||||
import Joi from "@stirling-tools/joi";
|
||||
import { MaterialSymbolProps } from "react-material-symbols";
|
||||
|
||||
|
||||
export interface ValidationResult {
|
||||
valid: boolean,
|
||||
reason?: string
|
||||
|
||||
Reference in New Issue
Block a user