Converts a Blob to a File

import { blobToFile } from 'filepond/utils';

const file = blobToFile(blob, 'filename.txt', { lastModified: new Date() });