Convert image uploads into webp files unless it's a gif (closes #11)
This commit is contained in:
parent
4a2c40397f
commit
73601c579c
4 changed files with 54 additions and 8 deletions
3
module/config.mjs
Normal file
3
module/config.mjs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export const config = CONFIG.ImageTagger = foundry.utils.deepSeal({
|
||||
WEBP_IGNORE: [`image/gif`],
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue