export const FORMAT_FAMILIES = [ { key: 'images', formats: ['jpg', 'jpeg', 'png', 'webp', 'gif', 'tiff', 'avif', 'heic', 'heif', 'ico'], }, { key: 'documents', formats: ['docx', 'txt', 'html', 'md', 'pdf', 'csv', 'xlsx'], }, { key: 'fonts', formats: ['ttf', 'otf', 'woff', 'dfont'], }, { key: 'ebooks', formats: ['epub', 'fb2', 'lrf', 'mobi', 'pdb', 'rb', 'snb', 'tcr', 'azw3', 'pdf'], }, { key: 'archives', formats: ['zip', 'tar', 'tar.gz', 'tar.bz2', '7z', 'tar.7z', 'rar'], }, { key: 'audio', formats: ['mp3', 'wav', 'ogg', 'flac', 'aac', 'm4a'], }, { key: 'video', formats: ['mp4', 'webm', 'mov', 'avi', 'mkv'], }, ];