Unused
This commit is contained in:
parent
2ca88ef0a3
commit
1dafec15c7
1 changed files with 0 additions and 4 deletions
|
@ -340,10 +340,6 @@ const nativeConvertToJPEG = async (imageBlob: Blob) => {
|
|||
return new Blob([jpegData]);
|
||||
};
|
||||
|
||||
export function isRawFile(exactType: string) {
|
||||
return RAW_FORMATS.includes(exactType.toLowerCase());
|
||||
}
|
||||
|
||||
export function isSupportedRawFormat(exactType: string) {
|
||||
return SUPPORTED_RAW_FORMATS.includes(exactType.toLowerCase());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue