Skip to content

Commit

Permalink
fix!: remove deprecated defineUnPDFConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jun 24, 2024
1 parent d128424 commit 9f53e11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
renderPageAsImage as _renderPageAsImage,
} from "./image";
import { resolvePDFJSImports } from "./utils";
import { configureUnPDF } from "./config";

export { createIsomorphicCanvasFactory } from "./image";
export {
Expand All @@ -15,9 +14,6 @@ export {
} from "./utils";

export { configureUnPDF } from "./config";
/** @deprecated Use `configureUnPDF` instead */
const defineUnPDFConfig = configureUnPDF;
export { defineUnPDFConfig };

export const getMeta: typeof _getMeta = async (...args) => {
await resolvePDFJSImports();
Expand Down

0 comments on commit 9f53e11

Please # to comment.