mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
feat(constants): add CBR format to supported conversions
- Added `cbr` to the list of supported archive formats in `convertSupportedFormats.ts`. Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
This commit is contained in:
parent
67e8df50ec
commit
b6ac1326d4
@ -13,9 +13,7 @@ export const CONVERT_SUPPORTED_FORMATS = [
|
|||||||
// Email formats
|
// Email formats
|
||||||
'eml',
|
'eml',
|
||||||
// Archive formats
|
// Archive formats
|
||||||
'zip',
|
'zip', 'cbr',
|
||||||
// Other
|
// Other
|
||||||
'dbf', 'fods', 'vsd', 'vor', 'vor3', 'vor4', 'uop', 'pct', 'ps', 'pdf',
|
'dbf', 'fods', 'vsd', 'vor', 'vor3', 'vor4', 'uop', 'pct', 'ps', 'pdf',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user