From 2255317a70e9139f0a9e7ee7a6fc56aeee65e440 Mon Sep 17 00:00:00 2001 From: Temp-Simon Date: Tue, 25 Jul 2023 00:10:11 +0200 Subject: [PATCH] Accidently reverted Add "figs" and "img" --- src/imageProcessor.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/imageProcessor.js b/src/imageProcessor.js index b2e916a..caf124d 100644 --- a/src/imageProcessor.js +++ b/src/imageProcessor.js @@ -20,7 +20,14 @@ import { blobToBase64, getTypeStrFromFile } from "./utils"; * * @type {string[]} */ -const foldersByPriority = ["assets", "images", "pictures", "figures"]; +const foldersByPriority = [ + "assets", + "images", + "pictures", + "figures", + "figs", + "img", +]; /** * This async function is used to get the folder ID using the getImageFolderId function.