MCPcopy Create free account
hub / github.com/apitable/apitable / isSupportImage

Function isSupportImage

packages/datasheet/src/pc/utils/file_type.ts:195–197  ·  view source on GitHub ↗
(mimeType: string)

Source from the content-addressed store, hash-verified

193};
194
195export const isSupportImage = (mimeType: string) => {
196 return !NO_SUPPORT_IMG_MIME_TYPE.includes(mimeType);
197};
198
199// Get a preview of the file
200// 1. Pictures, PDF Show pictures

Callers 5

PreviewImageFunction · 0.90
PreviewMainFunction · 0.90
ToolBarFunction · 0.90
getImageSrcFunction · 0.90
showOriginImageThumbnailFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected