MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / isSvgFile

Function isSvgFile

apps/api/src/controllers/misc.controller.ts:127–129  ·  view source on GitHub ↗
(url: string, contentType?: string)

Source from the content-addressed store, hash-verified

125 );
126}
127function isSvgFile(url: string, contentType?: string): boolean {
128 return url.toLowerCase().endsWith('.svg') || contentType === 'image/svg+xml';
129}
130
131// Process image with Sharp (resize to 30x30 PNG)
132async function processImage(

Callers 2

processImageFunction · 0.85
getFaviconFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected