From 9f53e1173140a5fc8f6607291f4a618b936c92e3 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Mon, 24 Jun 2024 10:27:31 +0200 Subject: [PATCH] fix!: remove deprecated `defineUnPDFConfig` --- src/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/index.ts b/src/index.ts index 91443e7..70cea16 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,7 +5,6 @@ import { renderPageAsImage as _renderPageAsImage, } from "./image"; import { resolvePDFJSImports } from "./utils"; -import { configureUnPDF } from "./config"; export { createIsomorphicCanvasFactory } from "./image"; export { @@ -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();