UNPKG

171 BJavaScriptView Raw
1"use strict";
2
3const supportedExtensions = {
4 jpeg: true,
5 jpg: true,
6 png: true,
7 webp: true,
8 tif: true,
9 tiff: true
10};
11module.exports = {
12 supportedExtensions
13};
\No newline at end of file