Tests if file is an image file by checking for type image/*

import { isImageFile } from 'filepond/utils';

const res = isImageFile(file);