Skip to content

Commit

Permalink
Accidently reverted Add "figs" and "img"
Browse files Browse the repository at this point in the history
  • Loading branch information
temporary-simon committed Jul 24, 2023
1 parent 3af347e commit 2255317
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/imageProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2255317

Please sign in to comment.