UNPKG

158 BJavaScriptView Raw
1const supportedExtensions = {
2 jpeg: true,
3 jpg: true,
4 png: true,
5 webp: true,
6 tif: true,
7 tiff: true,
8}
9
10module.exports = {
11 supportedExtensions,
12}