Tests if file is a video file by checking for type video/*
import { isVideoFile } from 'filepond/utils';
const res = isVideoFile(file);
Tests if file is a video file by checking for type video/*
import { isVideoFile } from 'filepond/utils';
const res = isVideoFile(file);