wf4/utils/image.ts
webfussel eb531e2783 FIX: customer logos
Fixed HiDPI customer logos
2025-01-29 13:57:12 +01:00

1 line
No EOL
155 B
TypeScript

export const getImage = (path : string, img : string) => (size : '1x' | '2x' | '3x', set : boolean) => `${path}${img}@${size}.webp${set ? ` ${size}` : ''}`