fix: remove SVG from image conversion options in media tool
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -153,15 +153,6 @@ export const SUPPORTED_FORMATS: ConversionFormat[] = [
|
|||||||
converter: 'imagemagick',
|
converter: 'imagemagick',
|
||||||
description: 'Tagged Image File Format',
|
description: 'Tagged Image File Format',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'svg',
|
|
||||||
name: 'SVG',
|
|
||||||
extension: 'svg',
|
|
||||||
mimeType: 'image/svg+xml',
|
|
||||||
category: 'image',
|
|
||||||
converter: 'imagemagick',
|
|
||||||
description: 'Scalable Vector Graphics',
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user