feat(frontend): add reassurance strip and supported-formats section
Part of the Ombrora Convert redesign (Task 3/5).
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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'],
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user