From ca76b13e93d2fffba1a662c418aac381dc72d01b Mon Sep 17 00:00:00 2001 From: "Eric \"Danger\" Nograles" Date: Sun, 25 Sep 2022 08:33:02 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8B=20autoRotate,=20web=20platforms=20?= =?UTF-8?q?do=20this=20under=20the=20hood=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/index.d.ts b/dist/index.d.ts index 475b1ef..fbb53ff 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -2,7 +2,6 @@ export interface Config { quality?: number maxWidth?: number maxHeight?: number - autoRotate?: boolean debug?: boolean mimeType?: string }