From a97f0591015f79757399da99da4561ea1a3d5754 Mon Sep 17 00:00:00 2001 From: Luke Page <137174537+lukpsaxo@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:23:54 +0200 Subject: [PATCH] Add extension that is in the docs into the types --- index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.d.ts b/index.d.ts index a9dd5d8..16f3532 100644 --- a/index.d.ts +++ b/index.d.ts @@ -232,6 +232,10 @@ declare module looksSame { * Ability to ignore text caret */ ignoreCaret?: boolean; + /** + * Defines what image type is created + */ + extension?: string; } /**