3 lines
101 B
JavaScript
3 lines
101 B
JavaScript
export const config = CONFIG.ImageTagger = foundry.utils.deepSeal({
|
|
WEBP_IGNORE: [`image/gif`],
|
|
});
|